mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 13:52:40 +02:00
20 lines
458 B
JSON
20 lines
458 B
JSON
|
|
{
|
||
|
|
"name": "@repo/eslint-config",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"files": [
|
||
|
|
"library.js",
|
||
|
|
"next.js",
|
||
|
|
"react-internal.js"
|
||
|
|
],
|
||
|
|
"devDependencies": {
|
||
|
|
"@vercel/style-guide": "^5.1.0",
|
||
|
|
"eslint-config-turbo": "^1.11.3",
|
||
|
|
"eslint-config-prettier": "^9.1.0",
|
||
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
||
|
|
"@typescript-eslint/parser": "^6.17.0",
|
||
|
|
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
||
|
|
"typescript": "^5.3.3"
|
||
|
|
}
|
||
|
|
}
|