Skip to content

Commit

Permalink
chore: prepare lint script for no-unused-vars (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac authored Aug 23, 2024
1 parent 4fb2eb2 commit c5a62d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"scripts": {
"prepack": "nuxt-module-build build",
"build": "nuxi build",
"lint": "oxlint --deny-warnings -D correctness -D suspicious -D perf && eslint . --max-warnings=0",
"lint": "oxlint --deny-warnings -D correctness -D suspicious -D perf -D no-unused-vars && eslint . --max-warnings=0",
"lint:fix": "eslint . --max-warnings=0 --fix",
"clean": "rm -rf playground-authjs/.nuxt playground-local/.nuxt playground-refresh/.nuxt dist .nuxt",
"typecheck": "nuxi prepare playground-local && tsc --noEmit",
Expand Down Expand Up @@ -67,4 +67,4 @@
"vue-tsc": "^2.0.29"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
}

0 comments on commit c5a62d9

Please sign in to comment.