This website works better with JavaScript
Home
Explore
Help
Sign In
pengjq
/
yudao-ui-admin-uniapp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix(
#7
): 'NodeJS' is not defined.eslint no-undef
菲鸽
2 years ago
parent
303461d026
commit
5e1dd51802
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
.eslintrc.cjs
+ 1
- 0
.eslintrc.cjs
View File
@@ -86,5 +86,6 @@ module.exports = {
UniHelper: true,
Page: true,
App: true,
+ NodeJS: true,
},
}