Skip to content

Commit c628db7

Browse files
committed
fix: actually fix immutability
1 parent f303d7a commit c628db7

File tree

5 files changed

+1722
-2017
lines changed

5 files changed

+1722
-2017
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ module.exports = {
88
'escapace'
99
],
1010
rules: {
11+
'@typescript-eslint/method-signature-style': 0,
12+
'prefer-object-spread': 0,
1113
'@typescript-eslint/no-explicit-any': 0,
1214
'@typescript-eslint/space-before-function-paren': 0
1315
}

0 commit comments

Comments
 (0)