Add additional linting information and help on react components and hooks. See https://www.npmjs.com/package/eslint-config-react-app https://react.dev/learn/editor-setup#linting Also, cleans duplicated between eslintrc and eslintrc-typescript.
4 lines
116 B
YAML
4 lines
116 B
YAML
rules:
|
|
"@typescript-eslint/no-unused-vars": "error"
|
|
"@typescript-eslint/explicit-module-boundary-types": "off"
|
|
|