summaryrefslogtreecommitdiff
path: root/eslint.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'eslint.config.js')
-rw-r--r--eslint.config.js8
1 files changed, 0 insertions, 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)