aboutsummaryrefslogtreecommitdiffstats
path: root/apps/browser-extension/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/browser-extension/tsconfig.json')
-rw-r--r--apps/browser-extension/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/browser-extension/tsconfig.json b/apps/browser-extension/tsconfig.json
index f77e7f00..b9bc1c46 100644
--- a/apps/browser-extension/tsconfig.json
+++ b/apps/browser-extension/tsconfig.json
@@ -16,7 +16,7 @@
"jsx": "react-jsx",
"strict": true,
- "noUnusedLocals": true,
+ "noUnusedLocals": false,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},