-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.31 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
43
44
45
46
47
48
49
50
51
52
{
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/eslint-config",
"main": "index.js",
"version": "8.0.0",
"description": "Grafana's ESLint config",
"keywords": [
"grafana",
"eslint",
"eslintconfig",
"jsdoc",
"jsx",
"react",
"typescript"
],
"repository": {
"type": "git",
"url": "http://github.com/grafana/eslint-config-grafana.git"
},
"files": [
"index.js",
"flat.js",
"base.js",
"README.md",
"CHANGELOG.md"
],
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@types/eslint": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"typescript": "^5.5.0"
},
"peerDependencies": {
"@stylistic/eslint-plugin-ts": ">=2.9.0",
"@typescript-eslint/eslint-plugin": ">=6.18.0",
"@typescript-eslint/parser": ">=6.18.0",
"eslint": ">=8.0.0",
"eslint-config-prettier": ">=8.8.0",
"eslint-plugin-jsdoc": ">=46.8.0",
"eslint-plugin-react": ">=7.33.0",
"eslint-plugin-react-hooks": ">=4.6.0",
"typescript": ">=5.2.0"
},
"packageManager": "[email protected]"
}