aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/eslint-config/package.json
blob: 41d79ceb5e7ecb0541b7fc742da1b71943e17db0 (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.14.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-turbo": "^2.2.3",
    "globals": "^15.12.0",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.13.0"
  },
  "files": [
    "library.mjs"
  ],
  "type": "module",
  "private": true
}