1.0.9 • Published 4 years ago
@jtwebb/eslint-config v1.0.9
ESLint Configuration
My personal eslint configuration. It is very much a work in progress.
Add one of these to package.json
for the main config
"eslintConfig": {
"extends": [
"@jtwebb/eslint-config"
]
}
"eslintConfig": {
"extends": [
"@jtwebb"
]
}
Use this for React
"eslintConfig": {
"extends": [
"@jtwebb/eslint-config/react"
]
}