9.0.1 • Published 11 months ago

@dwp/eslint-config-base v9.0.1

Weekly downloads
1,755
License
ISC
Repository
github
Last release
11 months ago

@dwp/eslint-config-base

Shareable eslint config enforcing our lint conventions.

Getting started

This configuration assumes that the dependant project is using Prettier to style its code, leaving ESLint to handle the linting of code. eslint-config-base is not a plugin, so you need to spread the exported config into yours.

npm install --save-dev @dwp/eslint-config-base eslint

Add an eslint.config.js file that looks something like:

import dwpConfigBase from '@dwp/eslint-config-base';

export default [
  ...dwpConfigBase,
  {
    languageOptions: {
    ...`the rest of your config`

Add eslint to your test suite like this, or see our package.json for an example of how we do it:

{
  "scripts": {
    "lint": "eslint ."
  }
}

Rules

This package contains only syntax linting rules, and explicitly excludes any styling rules that may conflict with our recommended styling ruleset, which uses Prettier.

9.0.1

11 months ago

9.0.0

11 months ago

6.1.1

2 years ago

7.0.0

2 years ago

6.1.0

2 years ago

6.0.0

3 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago