瀏覽代碼

chore(lint): update eslint rule

disable @typescript-eslint/no-empty-interface
Colin Ogoo 3 年之前
父節點
當前提交
4ce5b25b9c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .eslintrc.json

+ 2 - 1
.eslintrc.json

@@ -9,6 +9,7 @@
     "rules": {
         "@typescript-eslint/ban-ts-comment": "off",
         "@typescript-eslint/no-explicit-any": "off",
-        "@typescript-eslint/no-unused-vars": "off"
+        "@typescript-eslint/no-unused-vars": "off",
+        "@typescript-eslint/no-empty-interface": "off"
     }
 }