-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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": "@emergent/eslint-config",
"version": "1.0.7",
"description": "ESLint & Prettier config for React",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chris Knopf <[email protected]> (https://emergentsoftware.net)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/EmergentSoftware/eslint-config.git"
},
"bugs": {
"url": "https://github.com/EmergentSoftware/eslint-config/issues"
},
"homepage": "https://github.com/EmergentSoftware/eslint-config",
"peerDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint-config-airbnb-typescript": "^14.0.0"
},
"keywords": [
"config",
"ecmascript",
"eslint",
"eslintconfig",
"javascript",
"lint",
"prettier"
]
}