build(eslint): update .eslintrc.cjs globals setting
This commit is contained in:
parent
d70211d6c4
commit
d65fd56585
@ -76,5 +76,10 @@ module.exports = {
|
|||||||
globals: {
|
globals: {
|
||||||
uni: true,
|
uni: true,
|
||||||
UniApp: true,
|
UniApp: true,
|
||||||
|
wx: true,
|
||||||
|
WechatMiniprogram: true,
|
||||||
|
getCurrentPages: true,
|
||||||
|
UniHelper: true,
|
||||||
|
Page: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user