npm i -D eslint-config-free
Ensure the free
config is in the extends
in your eslint config file.
{
"extends": "free"
}
- typescript linting
- eslint-config-prettier
- eslint-plugin-import
- eslint-plugin-jsx-a11y
- eslint-plugin-react
- eslint-plugin-react-hooks