5.0.1 • Published 4 months ago

eslint-config-intolerable-style-guide v5.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
4 months ago

intolerable-style-guide npm version

If your linter isn't constantly yelling at you, it isn't strict enough.

Conventional Commits

Installation

You can install eslint-config-intolerable-style-guide using npm via

npm install -D eslint-config-intolerable-style-guide eslint@9

Configuration

You can configure ESLint to use the Intolerable Style Guide by adding the following eslint.config.mjs to your project:

import { ISG } from 'eslint-config-intolerable-style-guide';

default export [
  {
    ignores: ['eslint.config.mjs'],
  },

  ...ISG,

  {
    languageOptions: {
      parserOptions: {
        project: './tsconfig.json',
      },
    },
  },
];

It is also recommended to manually add a linting script to your package.json, which should look like this:

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

This will allow you to run:

npm run lint

You could also consider running lint-staged to add some githooks to check the code before commit.

"lint-staged": {
  "*.ts": "eslint"
}

Querks

None. It is perfect.

5.0.1

4 months ago

5.0.0

4 months ago

5.0.0-beta.12

4 months ago

5.0.0-beta.11

7 months ago

5.0.0-beta.9

8 months ago

5.0.0-beta.10

8 months ago

5.0.0-beta.8

1 year ago

5.0.0-beta.7

1 year ago

5.0.0-beta.6

1 year ago

5.0.0-beta.5

1 year ago

5.0.0-beta.4

1 year ago

5.0.0-beta.2

1 year ago

5.0.0-beta.3

1 year ago

5.0.0-beta.1

1 year ago

4.2.0-beta.1

1 year ago

4.1.2

2 years ago

4.1.0

2 years ago

4.1.1

2 years ago

4.0.0

3 years ago

3.4.0

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.0

4 years ago

3.5.1

3 years ago

3.5.0

3 years ago

3.0.0

4 years ago

2.2.0

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.0.0

5 years ago