diff --git a/front/tslint.json b/front/tslint.json index 21a209c..5b9cc67 100644 --- a/front/tslint.json +++ b/front/tslint.json @@ -19,6 +19,7 @@ "object-literal-sort-keys": false, "only-arrow-functions": false, "quotemark": [true, "single"], + "no-unused-variable": true, "semicolon": [false, "never"], "space-before-function-paren": true, "whitespace": [true, "check-module"],