blob: 1f24670b4a9f5f11836fc9c98deaea3af810548d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "@repo/eslint-config",
"version": "0.0.0",
"devDependencies": {
"@types/eslint": "^9.6.0",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-config-turbo": "^2.5.4",
"globals": "^16.2.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0"
},
"files": [
"library.mjs"
],
"type": "module",
"private": true
}
|