diff --git a/.eslintrc.json b/.eslintrc.json index 593b20d..57bb370 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -15,6 +15,7 @@ "rules": { "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/ban-ts-comment": "off", "node/no-extraneous-import": "off", "no-empty": "off", "node/no-extraneous-require": "off",