-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "@jkba/eslint-config-angular",
"version": "2.1.0",
"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": "^19",
"eslint": "^9",
"@eslint/js": "^9",
"eslint-config-prettier": ">=8",
"eslint-import-resolver-typescript": ">=3.5.5",
"eslint-plugin-import": ">=2.27.0",
"eslint-plugin-prettier": ">=5",
"prettier": ">=3",
"typescript": ">=4",
"typescript-eslint": "^8",
"@smarttools/eslint-plugin-rxjs": "^1.0.0"
}
}