@classcraft.edu/eslint-config
v0.0.5
Published
ESLint configuration
Keywords
Readme
@classcraft.edu/eslint-config
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
- Install the dependencies
pnpm i -D eslint @classcraft.edu/eslint-config- Create a
.eslintrc.jsonfile extending the config:
{
"extends": "@classcraft.edu/eslint-config/react"
// "extends": "@classcraft.edu/eslint-config/node"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.
License
MIT License.
