-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
{
"name": "eslint-config-angular-strict",
"version": "1.1.5",
"description": "Stricts rules to enforce a consistent code style for Angular development",
"repository": {
"type": "git",
"url": "https://github.com/Jbz797/eslint-config-angular-strict"
},
"keywords": [
"angular",
"eslint",
"eslint-plugin",
"linting-rules",
"stricts-rules",
"typescript"
],
"author": {
"name": "Jean-benoit Gautier"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Jbz797/eslint-config-angular-strict/issues"
},
"homepage": "https://github.com/Jbz797/eslint-config-angular-strict",
"main": "./index.js",
"dependencies": {
"@angular-eslint/builder": "18.4.1",
"@angular-eslint/eslint-plugin": "18.4.1",
"@angular-eslint/eslint-plugin-template": "18.4.1",
"@angular-eslint/template-parser": "18.4.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.31.0"
},
"devDependencies": {
"typescript": "5.5.4"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}