aboutsummaryrefslogtreecommitdiff
path: root/packages/eslint-config/package.json
blob: cca76c17aa76988d86dd575988a6f9df3ddfd49e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "@repo/eslint-config",
  "version": "0.0.0",
  "private": true,
  "files": [
    "library.js",
    "next.js",
    "react-internal.js"
  ],
  "devDependencies": {
    "@vercel/style-guide": "^5.2.0",
    "eslint-config-turbo": "^1.12.4",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-only-warn": "^1.1.0",
    "@typescript-eslint/parser": "^v6.21.0",
    "@typescript-eslint/eslint-plugin": "^v6.21.0",
    "typescript": "^5.3.3"
  }
}