-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "@trybeapp/eslint-config",
"version": "1.0.6",
"main": "index.js",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint ."
},
"peerDependencies": {
"eslint": ">=9"
},
"dependencies": {
"@eslint/js": "^9.39.1",
"@stylistic/eslint-plugin": "^5.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i18next": "^6.1.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsonc": "^2.21.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-perfectionist": "^4.15.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-regexp": "^2.10.0",
"eslint-plugin-tailwindcss": "^3.18.2",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-yml": "^1.19.0",
"globals": "^16.5.0",
"import-sync": "^2.2.3",
"tailwindcss": "^3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1"
},
"devDependencies": {
"eslint": "^9.37.0"
}
}