forked from danieljimeneznz/eslint-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 901 Bytes
/
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
{
"name": "@elementx-ai/eslint-config",
"version": "8.1.1",
"description": "ElementX's ESLint Config",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/elementx-ai/eslint-config"
},
"bugs": {
"url": "https://github.com/elementx-ai/eslint-config/issues"
},
"keywords": [
"eslint",
"eslintconfig",
"eslint-config"
],
"main": "index.js",
"type": "module",
"dependencies": {
"@stylistic/eslint-plugin": "^2.12.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0"
},
"peerDependencies": {
"eslint": "^9.17.0"
},
"devDependencies": {
"eslint": "^9.17.0"
}
}