diff --git a/typescript.js b/typescript.js index 392bfc9..1c00267 100644 --- a/typescript.js +++ b/typescript.js @@ -8,6 +8,7 @@ module.exports = { "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-empty-function": "off", + "@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-useless-constructor": "error",