chore: added no-param-reassign': ['error'],

This commit is contained in:
JJ-Cro
2025-07-16 13:24:49 +02:00
parent b21e8fb52a
commit ca759de61e

View File

@@ -27,6 +27,7 @@ module.exports = {
'@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off', '@typescript-eslint/no-non-null-assertion': 'off',
'no-param-reassign': ['error'],
'@typescript-eslint/ban-types': 'off', '@typescript-eslint/ban-types': 'off',
'simple-import-sort/imports': 'error', 'simple-import-sort/imports': 'error',
'simple-import-sort/exports': 'error', 'simple-import-sort/exports': 'error',