Skip to content

Commit

Permalink
Temporarily disable noUnusedParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Nov 7, 2023
1 parent fa242aa commit aaef8ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
/* Enable when vue-slider-component fixed its code*/
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,

/* Paths */
Expand Down

0 comments on commit aaef8ee

Please sign in to comment.