chore(lint): enable object and reassignment rules

This commit is contained in:
Peter Steinberger
2026-05-31 09:32:33 +01:00
parent ea11b8ad3d
commit f5eca3f84c
197 changed files with 619 additions and 638 deletions

View File

@@ -20,6 +20,7 @@
"eslint/no-multi-str": "error",
"eslint/no-new": "error",
"eslint/no-object-constructor": "error",
"eslint/no-param-reassign": "error",
"eslint/no-proto": "error",
"eslint/no-regex-spaces": "error",
"eslint/no-return-assign": "error",
@@ -44,8 +45,10 @@
"eslint/default-case-last": "error",
"eslint/default-param-last": "error",
"eslint/prefer-exponentiation-operator": "error",
"eslint/prefer-const": "error",
"eslint/prefer-numeric-literals": "error",
"eslint/prefer-object-has-own": "error",
"eslint/object-shorthand": "error",
"eslint/prefer-rest-params": "error",
"eslint/prefer-spread": "error",
"eslint/radix": "error",