@whyleonardo/eslint-config
v2.0.0
Published
ESLint configuration used by whyleonardo.
Readme
whyleonardo ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- Import Helpers plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @whyleonardo/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@whyleonardo/eslint-config"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.
