3.3.4 • Published 7 years ago
eslint-config-dbk v3.3.4
Shared ESLint config for de Bijenkorf front end projects
To use:
Create an .eslintrc file by running:
./node_modules/.bin/eslint --initExtend this config in your .eslintrc
{
"extends": "eslint-config-dbk"
}An example can be found in the Responsive Assets repository.
Install required peer dependencies
Whenever updating eslint-config-airbnb to latest, check what peer dependencies match the latest version.
npm info "eslint-config-airbnb@latest" peerDependencies
Setup staged commit hooks
Copy the following configuration to the root of your package.json:
"config": {
"husky": {
"hooksInConfig": true,
"hooks": {
"commit": "lint-staged",
"cz": "lint-staged",
},
},
"commitizen": {
"path": "./node_modules/dbk-changelog",
},
},Setup with Webpack
Any webpack configuration?
List of rules
eslint-dbk-config is using the following linting packages:
- eslint:recommended
- airbnb
- eslint-plugin-react
- eslint-plugin-jsx-a11y
3.3.4
7 years ago
3.3.3
7 years ago
3.3.2
8 years ago
3.3.1
8 years ago
3.3.0
8 years ago
3.2.1
8 years ago
3.2.0
8 years ago
3.0.0
8 years ago
2.0.0
8 years ago
1.5.2
8 years ago
1.5.1
8 years ago
1.5.0
8 years ago
1.4.0
8 years ago
1.3.0
9 years ago
1.2.2
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago