Skip to content

Commit 2125f43

Browse files
committed
chore: added no-param-reassign': ['error'],
1 parent 220e7c4 commit 2125f43

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
@@ -31,6 +31,7 @@ module.exports = {
3131
'simple-import-sort/imports': 'error',
3232
'simple-import-sort/exports': 'error',
3333
'array-bracket-spacing': ['error', 'never'],
34+
'no-param-reassign': ['error'],
3435
'linebreak-style': ['error', 'unix'],
3536
'lines-between-class-members': ['warn', 'always'],
3637
'@typescript-eslint/no-empty-object-type': [

0 commit comments

Comments
 (0)