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 949f27b commit ec49e24Copy full SHA for ec49e24
.eslintrc.cjs
@@ -27,6 +27,7 @@ module.exports = {
27
'@typescript-eslint/explicit-module-boundary-types': 'off',
28
'@typescript-eslint/no-explicit-any': 'off',
29
'@typescript-eslint/no-non-null-assertion': 'off',
30
+ 'no-param-reassign': ['error'],
31
'@typescript-eslint/ban-types': 'off',
32
'simple-import-sort/imports': 'error',
33
'simple-import-sort/exports': 'error',
0 commit comments