-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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-kingsquare",
"version": "7.0.1",
"description": "ESLint configuration used by Kingsquare BV",
"author": "Kingsquare BV",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kingsquare/eslint-config-kingsquare.git"
},
"bugs": {
"url": "https://github.com/kingsquare/eslint-config-kingsquare/issues"
},
"files": [
"index.js"
],
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"babel-eslint": "10.x",
"eslint": "7.x",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "5.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "^4.x",
"prettier": "^2.2.0"
},
"eslintConfig": {
"extends": "./index.js"
},
"peerDependencies": {
"typescript": "^4.1.2"
}
}