1.1.0 • Published 2 years ago
@explowstudio/eslint-config v1.1.0
What is included?
- Standard config base;
- React hooks plugin;
- React plugin;
- Prettier;
- JSX a11y plugin;
How to use
- Install dependency
yarn add eslint @explowstudio/eslint-config -D
- Add
extends
in your file eslint config (Ex:.eslintrc.json
)
{
"extends": "@explowstudio/eslint-config/next"
}