-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.github.json
46 lines (46 loc) · 1.47 KB
/
package.github.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
44
45
46
{
"name": "@noclocks/eslint-config-noclocks",
"version": "1.0.9",
"description": "No Clocks ESLint Config",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Jimmy Briggs <jimmy.briggs@jimbrig.com> (https://github.com/jimbrig)",
"license": "Unlicense",
"repository": {
"url": "git+https://github.com/noclocks/eslint-config-noclocks.git",
"type": "git"
},
"sideEffects": false,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0"
},
"bugs": {
"url": "https://github.com/noclocks/eslint-config-noclocks/issues"
},
"homepage": "https://github.com/noclocks/eslint-config-noclocks#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}