aboutsummaryrefslogtreecommitdiff
path: root/eslint.config.mjs
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-09-27 14:19:40 -0400
committerbobzel <zzzman@gmail.com>2024-09-27 14:19:40 -0400
commit42419cd85b7dc2aec0695f2b29b2f707ae7e36e2 (patch)
tree6afabe7f8f1d602dfe3ca313694b22f4e5b7ed25 /eslint.config.mjs
parent186442fed4215b2de499cc9943229fd4856cc74b (diff)
fixed linting. cleaned up scribble erase code and fixed several issues with determining if cusp intersections amounted to a scribble. also fixed recognition of lines to not recognize scribbles.
Diffstat (limited to 'eslint.config.mjs')
-rw-r--r--eslint.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/eslint.config.mjs b/eslint.config.mjs
index aebdc20d0..f7063caa5 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -48,7 +48,7 @@ export default [
'no-return-assign': 'error',
'no-await-in-loop': 'error',
'no-loop-func': 'error',
- '@typescript-eslint/no-cond-assign': 'error',
+ 'no-cond-assign': 'error',
'no-use-before-define': 'error',
'@typescript-eslint/no-explicit-any': 'error',
'no-restricted-globals': ['error', 'event'],