Skip to content

Commit ec49e24

Browse files
committed
chore: added no-param-reassign': ['error'],
1 parent 949f27b commit ec49e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = {
2727
'@typescript-eslint/explicit-module-boundary-types': 'off',
2828
'@typescript-eslint/no-explicit-any': 'off',
2929
'@typescript-eslint/no-non-null-assertion': 'off',
30+
'no-param-reassign': ['error'],
3031
'@typescript-eslint/ban-types': 'off',
3132
'simple-import-sort/imports': 'error',
3233
'simple-import-sort/exports': 'error',

0 commit comments

Comments
 (0)