Эх сурвалжийг харах

chore(lint): update eslint rule

disable @typescript-eslint/no-empty-interface
Colin Ogoo 3 жил өмнө
parent
commit
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"
     }
 }