mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
21 lines
386 B
JSON
21 lines
386 B
JSON
{
|
|
"name": "trpc-nuxt-workspace",
|
|
"packageManager": "pnpm@7.5.0",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.27.0",
|
|
"@antfu/ni": "^0.18.3",
|
|
"eslint": "^8.25.0",
|
|
"pnpm": "^7.5.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu",
|
|
"rules": {
|
|
"no-console": "warn"
|
|
}
|
|
}
|
|
}
|