-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "@w11k/eslint-config",
"version": "2.0.0",
"description": "eslint config user at W11K",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@angular-eslint/eslint-plugin": "16.1.0",
"@angular-eslint/eslint-plugin-template": "16.1.0",
"@angular-eslint/template-parser": "16.1.0",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"eslint": "8.45.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "46.4.4",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-rxjs": "5.0.3"
},
"peerDependencies": {
"eslint": ">= 8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w11k/eslint-config.git"
},
"keywords": [
"eslint",
"typescript",
"angular"
],
"author": "Kai Henzler",
"license": "MIT",
"bugs": {
"url": "https://github.com/w11k/eslint-config/issues"
},
"homepage": "https://github.com/w11k/eslint-config#readme"
}