aboutsummaryrefslogtreecommitdiffstats
path: root/packages/eslint-config/package.json
blob: b829cafec25ec9828f8f14cd3f0275ca1b9a58cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "@repo/eslint-config",
  "version": "0.0.0",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "8.5.0",
    "@typescript-eslint/parser": "8.5.0",
    "@vercel/style-guide": "6.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-turbo": "^2.1.2",
    "eslint-plugin-only-warn": "^1.1.0",
    "typescript": "^5.6.2"
  },
  "files": [
    "library.js"
  ],
  "private": true
}