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