aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/eslint-config/package.json
blob: e189c4075a8a362628b150a713f090bf4786a11b (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.35.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-config-turbo": "^2.5.6",
    "globals": "^16.4.0",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.44.0"
  },
  "files": [
    "library.mjs"
  ],
  "type": "module",
  "private": true
}