1.7.0 • Published 2 years ago
@rdgomt/eslint-config v1.7.0
Setup
- Install the dependencies
yarn add -D eslint prettier @rdgomt/eslint-config
- Create a
.eslintrc
file extending the config:
{
"extends": "@rdgomt/eslint-config/react"
// "extends": "@rdgomt/eslint-config" for node apps
}
- Add
"strictNullChecks": true
tocompilerOptions
insidetsconfig.json
to take advantage of all typescript rules.
What is included?
- prettier
- @typescript/eslint
- sonarjs
- unicorn
- import-helpers
- unused-imports
- typescript-sort-keys
- @react-native-community
- storybook
- react/jsx-runtime
- @tanstack/eslint-plugin-query
- react-perf
- eslint-plugin-etc
- eslint-plugin-check-file
- eslint-plugin-promise
- eslint-plugin-security
1.7.0
2 years ago
1.6.1
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago