We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220e7c4 commit 2125f43Copy full SHA for 2125f43
.eslintrc.cjs
@@ -31,6 +31,7 @@ module.exports = {
31
'simple-import-sort/imports': 'error',
32
'simple-import-sort/exports': 'error',
33
'array-bracket-spacing': ['error', 'never'],
34
+ 'no-param-reassign': ['error'],
35
'linebreak-style': ['error', 'unix'],
36
'lines-between-class-members': ['warn', 'always'],
37
'@typescript-eslint/no-empty-object-type': [
0 commit comments