1.0.7 • Published 2 years ago
@matheuspires/eslint-config v1.0.7
Matheus Pires ESLint config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
# With npm
npm i -D eslint @matheuspires/eslint-config
# With yarn
yarn add -D eslint @matheuspires/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@matheuspires/eslint-config"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.