-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "eslint-config-gatsby-standard",
"version": "5.0.0",
"description": "Yet Another ESLint Config. This one installs rules required to use standardJS with Gatsby projects",
"main": ".eslintrc.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/brandonkal/eslint-config-gatsby-standard.git"
},
"keywords": [
"gatsby",
"standard",
"JavaScript",
"Standard",
"Style",
"code",
"code",
"linter",
"lint",
"code",
"style",
"eslintconfig",
"standard",
"style",
"GatsbyJS",
"eslint"
],
"author": "Brandon Kalinowski",
"license": "MIT",
"bugs": {
"url": "https://github.com/brandonkal/eslint-config-gatsby-standard/issues"
},
"homepage": "https://github.com/brandonkal/eslint-config-gatsby-standard#readme",
"dependencies": {
"@babel/eslint-parser": "^7.24.5",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1"
},
"peerDependencies": {
"eslint": "^8.56.0"
}
}