-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "@kidwen/eslint-config-angular",
"version": "19.0.1",
"description": "eslint for angular project",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kidwen/eslint-config-angular.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"eslint",
"angular"
],
"author": "kidwen",
"license": "MIT",
"bugs": {
"url": "https://github.com/kidwen/eslint-config-angular/issues"
},
"homepage": "https://github.com/kidwen/eslint-config-angular#readme",
"scripts": {
"lint": "cd ./example/lint && ng lint"
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.13.0",
"angular-eslint": "^19.0.2",
"codelyzer": "^6.0.2",
"eslint": "^8.53.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^48.0.1",
"typescript": "5.4.5",
"typescript-eslint": "^8.20.0"
}
}