From 979bd048c3a55fb437352d01bdc5083d1a000084 Mon Sep 17 00:00:00 2001 From: geireann Date: Thu, 22 Aug 2024 13:43:03 -0400 Subject: eslint fix --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- cgit v1.2.3-70-g09d2