pnpm add @ianwalter/eslint-config-react --save-dev
In package.json
, for React:
"eslintConfig": {
"root": true,
"extends": [
"@ianwalter/react"
]
}
For Preact:
"eslintConfig": {
"root": true,
"extends": [
"@ianwalter/eslint-config-react/preact"
]
}
@ianwalter/eslint-config
- Ian's ESLint configuration@ianwalter/eslint-config-vue
- Ian's ESLint configuration for Vue.js
Apache 2.0 with Commons Clause - See LICENSE
Created by Ian Walter