add eslint rule

This commit is contained in:
tiagosiebler
2023-02-17 14:08:51 +00:00
parent 8193f5a5ce
commit 649abf8bce

View File

@@ -39,6 +39,7 @@
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/ban-ts-comment": "off",
"no-dupe-class-members": "off",
"no-param-reassign": ["error"],