2.2.0 • Published 1 year ago
@iqb/eslint-config v2.2.0
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
1 year ago
2.2.0
1 year ago
2.2.2
1 year ago
2.1.1
3 years ago
2.1.0
3 years ago
2.0.0
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
0.0.11
4 years ago
0.0.12
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
5 years ago
0.0.5
5 years ago
0.0.6
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago