@andyalmeida/eslint-config-semistandard
v1.0.1
Published
ESLint Semistandard configuration
Downloads
19
Readme
ESLint Config
Whats included?
- Semi-Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @andyalmeida/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@andyalmeida/eslint-config/react"
}