diff options
author | bobzel <zzzman@gmail.com> | 2024-09-18 20:46:38 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-18 20:46:38 -0400 |
commit | d95730d904612640184ca6fdc00864b0c81b0c0c (patch) | |
tree | 29176e9a4ea75fca8a146e8a49774fd1b1fb3fc9 /eslint.config.mjs | |
parent | cf13604b06b8d8cf37f6e69f19a4092bf2c29d65 (diff) |
lots of changes to fix dragging cards, integrate iconTags with other tags, sizing docs when selected to fit window,
Diffstat (limited to 'eslint.config.mjs')
-rw-r--r-- | eslint.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eslint.config.mjs b/eslint.config.mjs index 8926afd7c..f7063caa5 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -36,6 +36,7 @@ export default [ 'no-multi-assign': 'off', 'no-underscore-dangle': 'off', 'no-nested-ternary': 'off', + 'no-param-reassign': 'error', 'lines-between-class-members': 'off', 'no-shadow': 'off', '@typescript-eslint/no-shadow': 'warn', |