-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.63 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@pro-vision/eslint-config-pv",
"version": "4.0.0",
"description": "pro!vision ESLint configuration. Can be adapted and adjusted in each project.",
"author": {
"name": "pro!vision GmbH",
"url": "http://www.pro-vision.de"
},
"contributors": [
{
"name": "Mehran Behzad",
"email": "[email protected]"
},
{
"name": "Ingo Fahrentholz",
"email": "[email protected]"
},
{
"name": "David Ding",
"email": "[email protected]"
}
],
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"preferGlobal": false,
"homepage": "https://github.com/pro-vision/eslint-config-pv",
"bugs": {
"url": "https://github.com/pro-vision/eslint-config-pv/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pro-vision/eslint-config-pv.git"
},
"scripts": {
"lint": "eslint . --ignore-path .gitignore",
"pretest": "npm run lint",
"release": "npmpub",
"test": "jest",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"watch": "jest --watch"
},
"main": "index.js",
"keywords": [
"eslint",
"eslintconfig",
"pro!vision"
],
"license": "Apache-2.0",
"devDependencies": {
"@eslint/js": "8.44.0",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"jest": "27.3.1",
"prettier": "2.8.8",
"typescript": "5.1.6"
}
}