diff --git a/eslint.config.js b/eslint.config.js index e279b849..f99de616 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -16,7 +16,6 @@ export default [ "linebreak-style": ["error", "unix"], quotes: ["error", "double"], semi: ["error", "always"], - "no-unused-vars": ["error", {caughtErrors: "none"}], "no-var": ["error"] } } diff --git a/static/build.html b/static/build.html index adf8bd11..2fc3e9b8 100644 --- a/static/build.html +++ b/static/build.html @@ -1488,7 +1488,6 @@ export default [ "linebreak-style": ["error", "unix"], quotes: ["error", "double"], semi: ["error", "always"], - "no-unused-vars": ["error", {caughtErrors: "none"}], "no-var": ["error"] } }