diff --git a/.eslintrc b/.eslintrc index ac86226..71bb4e9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -16,6 +16,7 @@ "rules": { "no-undef": "off", "no-unused-vars": "off", + "no-labels": "off", "comma-dangle": ["warn", "always-multiline"], "@typescript-eslint/promise-function-async": "off", "@typescript-eslint/strict-boolean-expressions": "off", diff --git a/src/components/AppNavigation.vue b/src/components/AppNavigation.vue index dea492a..0dbddc4 100644 --- a/src/components/AppNavigation.vue +++ b/src/components/AppNavigation.vue @@ -34,7 +34,7 @@ diff --git a/tsconfig.json b/tsconfig.json index 9203fcb..08714d0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "noUnusedLocals": true, }, "include": [ "src"