-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.17 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
{
"name": "eslint-config-eyeem",
"version": "3.1.0",
"description": "Shared linting rules for EyeEm frontend clients",
"main": "index.js",
"engines": {
"node": "^16.14.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eyeem/eslint-config-eyeem.git"
},
"author": "EyeEm Engineering",
"license": "ISC",
"bugs": {
"url": "https://github.com/eyeem/eslint-config-eyeem/issues"
},
"homepage": "https://github.com/eyeem/eslint-config-eyeem#readme",
"peerDependencies": {
"eslint": "^7.32.0"
},
"dependencies": {
"@babel/eslint-parser": "^7.16.5",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eyeem-refactor": "github:eyeem/eslint-plugin-eyeem-refactor#9fe95d38605206f3fbad11484e2ee62566d5237b",
"eslint-plugin-flowtype": "^7.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-security": "^1.4.0",
"prettier": "^2.7.1"
}
}