Skip to content

Commit

Permalink
front: turn on noUnusedLocals
Browse files Browse the repository at this point in the history
This warns when something is imported but isn't actually used.
  • Loading branch information
emersion committed Sep 5, 2024
1 parent 05565cb commit 144cf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "build",
"preserveConstEnums": true,
Expand Down

0 comments on commit 144cf22

Please sign in to comment.