-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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
{
"name": "@ln-zap/eslint-config",
"version": "0.3.4",
"description": "Reusable eslint configs used in Zap projects",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/LN-Zap/zap-eslint-config.git"
},
"keywords": [
"style guide",
"lint",
"zap"
],
"author": "Tom Kirkpatrick <tkp@kirkdesigns.co.uk> (https://twitter.com/mrfelton)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LN-Zap/zap-eslint-config/issues"
},
"homepage": "https://github.com/LN-Zap/zap-eslint-config",
"peerDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.19.0",
"eslint": "^8.27.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-formatter-pretty": "^2.1.1",
"eslint-plugin-compat": "^4.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^23.0.2",
"eslint-plugin-jsdoc": "^39.0.0",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": ">= 1"
}
}