@cgduzan/eslint-config
v1.0.3
Published
My central ESLint config
Downloads
2
Readme
@duzantheman/eslint-config
My central ESLint config
Install
npm i -D \
@cgduzan/eslint-config \
@typescript-eslint/eslint-plugin \
eslint \
eslint-plugin-prettier \
eslint-plugin-promise \
<!-- Only install the following if you're using eslint-config/web -->
eslint-plugin-react \
eslint-plugin-react-hooks
Usage
Add this to your package.json
file:
"eslintConfig": {
"extends": "@cgduzan/eslint-config/web"
}
or in your .eslintrc
file:
{
"extends": "@cgduzan/eslint-config/web"
}