forked from heiseonline/eslint-config-heise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 942 Bytes
/
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
{
"name": "@heise/eslint-config",
"version": "11.0.3",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/heiseonline/eslint-config-heise"
},
"author": "Philipp Busse <[email protected]>",
"license": "MIT",
"bugs": "https://github.com/heiseonline/eslint-config-heise/issues",
"homepage": "https://github.com/heiseonline/eslint-config-heise",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.10.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-toplevel": "^1.0.1",
"eslint-plugin-unicorn": "^19.0.1",
"prettier": "^2.0.5"
},
"devDependencies": {}
}