@chyzwar/eslint-config
v0.6.0
Published
ESLint configs
Readme
@chyzwar/eslint-config
Strict preset for eslint. Intention is to include plugin dependencies and make it easy manage configs in one place. It support number of sub-presets:
- node
- react
Installation
yarn add eslint @chyzwar/eslint-configExamples
Example of usage in eslint.cjs
module.exports = {
extends: "@chyzwar/eslint-config/node",
parserOptions: {
tsconfigRootDir: __dirname,
},
};