-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 938 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
32
33
34
35
36
{
"name": "eslint-config-gsandf",
"version": "3.0.0",
"description": "GS&F's extendable ESLint configuration (full config with dependencies)",
"main": "eslintrc.js",
"repository": "https://github.com/gsandf/eslint-config-gsandf.git",
"author": "Blake Knight <[email protected]> (http://blakek.me/)",
"license": "MIT",
"ava": {
"require": [
"esm"
]
},
"peerDependencies": {
"eslint": ">=3"
},
"dependencies": {
"confusing-browser-globals": "^1.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"eslint": "^7.29.0",
"esm": "^3.2.25",
"prettier": "^2.3.2"
},
"scripts": {
"test": "ava"
}
}