Przeglądaj źródła

fix(#7): 'NodeJS' is not defined.eslint no-undef

菲鸽 2 lat temu
rodzic
commit
5e1dd51802
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .eslintrc.cjs

+ 1 - 0
.eslintrc.cjs

@@ -86,5 +86,6 @@ module.exports = {
     UniHelper: true,
     Page: true,
     App: true,
+    NodeJS: true,
   },
 }