0.0.11 • Published 1 year ago
@helpwave/eslint-config v0.0.11
helpwave eslint config
This is our recommended set for linting. It is created for eslint version 9 using the eslint.config.js config format.
Configs Format
recommended: This is our default config for react (jsx or tsx) projects.
nextExtension: This config extends the recommendations with additional configs for Next.js.
{
recommended: [
{
plugins: { [key: string]: plugin },
rules: { string: string }
}
]
nextExtension: [
{
plugins: { [key: string]: plugin },
rules: { string: string }
}
]
}Usage
Simple
// eslint.config.js file
import configs from '@helpwave/eslint-config'
export default configs.recommended // or configs.nextExtensionExtendable
// eslint.config.js file
import configs from '@helpwave/eslint-config'
export default [
// Your other configs here
...configs.recommended, // or configs.nextExtension
{
// Your plugins or rule overwrites
plugins: {
},
rules: {
}
}
] 1.19.0
1 year ago
1.18.0
1 year ago
1.17.0
2 years ago
1.21.0
1 year ago
1.22.0
1 year ago
1.20.0
1 year ago
1.25.0
1 year ago
1.26.0
1 year ago
1.23.0
1 year ago
0.0.10
1 year ago
1.24.0
1 year ago
0.0.11
1 year ago
1.29.0
1 year ago
1.27.0
1 year ago
1.28.0
1 year ago
0.0.1
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
1.16.0
2 years ago
1.15.0
2 years ago
1.14.0
2 years ago
1.13.0
2 years ago
1.12.0
2 years ago
1.11.0
2 years ago
1.9.0
2 years ago
1.10.0
2 years ago
1.8.0
2 years ago
1.7.0
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago