diff --git a/template/.eslintrc.js b/template/.eslintrc.js index 07076af..9576fd0 100644 --- a/template/.eslintrc.js +++ b/template/.eslintrc.js @@ -59,6 +59,7 @@ module.exports = { Page: true, wx: true, getApp: true, - getPage: true + getPage: true, + requirePlugin: true } }