Browse Source

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

菲鸽 2 years ago
parent
commit
5e1dd51802
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .eslintrc.cjs

+ 1 - 0
.eslintrc.cjs

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