From 2b6a7567408aad6276996efd50c5694c94d7ee82 Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sat, 26 Apr 2025 08:20:39 +0200 Subject: [PATCH] [web] Simplify linter configuration --- web-src/eslint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web-src/eslint.config.js b/web-src/eslint.config.js index c546813d..259514a8 100644 --- a/web-src/eslint.config.js +++ b/web-src/eslint.config.js @@ -14,7 +14,6 @@ export default [ { rules: { camelcase: 'off', - 'consistent-this': 'off', 'id-length': 'off', 'max-lines': 'off', 'max-lines-per-function': 'off',