Skip to content

Commit c5a62d9

Browse files
authored
chore: prepare lint script for no-unused-vars (#876)
1 parent 4fb2eb2 commit c5a62d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": {
2929
"prepack": "nuxt-module-build build",
3030
"build": "nuxi build",
31-
"lint": "oxlint --deny-warnings -D correctness -D suspicious -D perf && eslint . --max-warnings=0",
31+
"lint": "oxlint --deny-warnings -D correctness -D suspicious -D perf -D no-unused-vars && eslint . --max-warnings=0",
3232
"lint:fix": "eslint . --max-warnings=0 --fix",
3333
"clean": "rm -rf playground-authjs/.nuxt playground-local/.nuxt playground-refresh/.nuxt dist .nuxt",
3434
"typecheck": "nuxi prepare playground-local && tsc --noEmit",
@@ -67,4 +67,4 @@
6767
"vue-tsc": "^2.0.29"
6868
},
6969
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
70-
}
70+
}

0 commit comments

Comments
 (0)