diff options
author | geireann <geireann.lindfield@gmail.com> | 2024-08-22 13:43:03 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2024-08-22 13:43:03 -0400 |
commit | 979bd048c3a55fb437352d01bdc5083d1a000084 (patch) | |
tree | 6263def6f03032495ec8eef9360daa792078a1fa | |
parent | abac2baf512a545714379fbef3623b46e3be20a8 (diff) |
eslint fix
-rw-r--r-- | eslint.config.mjs | 2 |
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'], |