3.3.4 • Published 6 years ago

eslint-config-dbk v3.3.4

Weekly downloads
251
License
ISC
Repository
-
Last release
6 years ago

Shared ESLint config for de Bijenkorf front end projects

To use:

Create an .eslintrc file by running:

./node_modules/.bin/eslint --init

Extend 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

6 years ago

3.3.3

6 years ago

3.3.2

6 years ago

3.3.1

6 years ago

3.3.0

6 years ago

3.2.1

7 years ago

3.2.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago