diff --git a/.eslintrc.json b/.eslintrc.json index 85a2cc4..16104e5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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"],