aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eslint.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/eslint.config.mjs b/eslint.config.mjs
index 119f2f486..619966f20 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -47,7 +47,7 @@ export default [
'no-return-assign': 'error',
'no-await-in-loop': 'error',
'no-loop-func': 'error',
- 'no-conditional-assign': 'error',
+ 'no-cond-assign': 'error',
'no-use-before-define': 'error',
'no-explicit-any': 'error',
'no-restricted-globals': ['error', 'event'],