diff --git a/.eslintrc.js b/.eslintrc.js index f299ebff191..cb47b30876d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -66,7 +66,6 @@ module.exports = defineConfig({ 'unicorn/prefer-module': 'off', 'unicorn/prefer-native-coercion-functions': 'off', 'unicorn/prefer-negative-index': 'off', - 'unicorn/prefer-optional-catch-binding': 'off', 'unicorn/prefer-string-slice': 'off', 'unicorn/prefer-ternary': 'off', 'unicorn/prefer-top-level-await': 'off',