-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 793 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 793 Bytes
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
{
"name": "@workspace/eslint-config",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"exports": {
"./base": "./base.js",
"./react-internal": "./react-internal.js",
"./vite": "./vite.js"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"eslint": "^10.0.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",
"eslint-plugin-turbo": "^2.8.3",
"globals": "^17.3.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
}
}