From afc26a8721a58de5c0093ec5521895f0f08f1cf4 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Mon, 13 Oct 2025 04:03:01 +0000 Subject: Remove some unnecessary and/or redundant ESLint rules. --- eslint.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index faa97e718..172f0ce21 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -24,17 +24,9 @@ export default [ }, rules: { - 'no-undef': 'warn', - 'no-unused-vars': 'warn', 'no-console': 'off', - 'prefer-const': 'error', - 'no-var': 'warn', - 'eqeqeq': ['error', 'always'], - 'no-caller': 'error', - 'no-proto': 'error', - 'no-empty': ['error', { 'allowEmptyCatch': true }], // Stylistic rules (replacing those deprecated in ESLint) -- cgit v1.2.3-54-g00ecf