eslint-config-zegal-ts
v1.0.2
Published
Create React App ESLint TypeScript config for our frontend apps
Downloads
30
Maintainers
Readme
Create React App ESLint TypeScript config
Setup
$ yarn add eslint-config-zegal-ts @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-react-hooks eslint-config-react-app
Usage
Add into package.json:
"eslintConfig": {
"extends": "eslint-config-zegal-ts"
}
Changelog
1.0.2 - Removed rule for import/no-extraneous-dependencies 1.0.1 - Fixing hooks usage and rule reordering 1.0.0 - Init