From c3fbca52e3eda9681673df7ebca6a3c7097e7998 Mon Sep 17 00:00:00 2001 From: Shahar Talmi Date: Sat, 28 Sep 2024 23:53:53 +0300 Subject: [PATCH] remove rules that can get in the way --- eslint.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 0e2867c6..448d0a50 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -12,10 +12,7 @@ export default [ { languageOptions: { globals: globals.browser } }, { rules: { - 'prefer-const': ['error', { destructuring: 'all' }], 'prefer-template': 'error', - 'array-callback-return': 'error', - 'no-useless-assignment': 'error', }, }, ];