1.1.0 • Published 1 year ago
@evolnex/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 @evolnex/eslint-config -D
- Add
extends
in your file eslint config (Ex:.eslintrc.json
)
{
"extends": "@evolnex/eslint-config/next"
}
1.1.0
1 year ago