-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "@sparkbox/eslint-config-sparkbox",
"version": "3.0.0",
"description": "A set of eslint customizations that we use at Sparkbox.",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"tag": "git push --follow-tags origin head",
"release": "standard-version"
},
"keywords": [
"eslint",
"sparkbox",
"config"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sparkbox/eslint-config-sparkbox.git"
},
"author": "Sparkbox <[email protected]> (https://seesparkbox.com)",
"homepage": "https://github.com/sparkbox/eslint-config-sparkbox",
"bugs": {
"url": "https://github.com/sparkbox/eslint-config-sparkbox/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"mocha": "^7.1.2",
"react": "^16.8.2",
"standard-version": "^9.0.0"
},
"peerDependencies": {
"eslint": ">= 8"
},
"resolutions": {
"lodash": "^4.17.13"
}
}