2.2.0 • Published 2 months ago

@iqb/eslint-config v2.2.0

Weekly downloads
75
License
MIT
Repository
github
Last release
2 months ago

npm License: MIT

eslint-config

ESLint rules for typescript and javascript development, with rules agreed by IQB developers.

Installation

Run on command line:

npm install @iqb/eslint-config --save-dev

Put the following lines in your package.json, depending on whether you use Typescript or Javascript.

Typescript

"eslintConfig": {
  "extends": "@iqb/eslint-config"
},

Javascript

"eslintConfig": {
  "extends": "@iqb/eslint-config/javascript"
},

Troubleshooting

In case you are not using Solution Style tsconfig.json files (older Angular versions do this; when you have a tsconfig.base.json in your project root, you are using solution style), add parserOptions/project to your package.json and make sure the path points to your main tsconfig.json file.

"eslintConfig": {
  "extends": "@iqb/eslint-config",
  "parserOptions": {
    "project": "./tsconfig.json"
  }
},
2.2.1

2 months ago

2.2.0

2 months ago

2.2.2

2 months ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago