-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@jkba/eslint-config-angular",
"version": "1.7.1",
"description": "Opinionated ESLint config for Angular projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmeinlschmidt/eslint-config-angular.git"
},
"keywords": [
"eslint",
"eslintconfig",
"angular",
"lint"
],
"files": [
"LICENSE",
"README.md",
"eslint.config.js",
"index.js",
"package.json",
"prettier.config.js"
],
"readme": "README.md",
"author": "Jakub Meinlschmidt",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmeinlschmidt/eslint-config-angular/issues"
},
"homepage": "https://github.com/jmeinlschmidt/eslint-config-angular#readme",
"peerDependencies": {
"@angular-eslint/eslint-plugin": ">=16",
"@angular-eslint/eslint-plugin-template": ">=16",
"@angular-eslint/template-parser": ">=16",
"@typescript-eslint/eslint-plugin": ">=6",
"@typescript-eslint/parser": ">=6",
"eslint": "^8",
"eslint-config-prettier": ">=8",
"eslint-import-resolver-typescript": ">=3.5.5",
"eslint-plugin-import": ">=2.27.0",
"eslint-plugin-prettier": ">=5",
"eslint-plugin-rxjs": ">=5",
"eslint-plugin-rxjs-angular": ">=2",
"prettier": ">=3",
"typescript": ">=4"
}
}