提交 5e2caae8 编写于 作者: Q qiang

chore: lint

上级 783c6325
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
}, },
spaceInfo: { spaceInfo: {
type: Object, type: Object,
default() { default () {
return {} return {}
} }
}, },
......
...@@ -39,7 +39,7 @@ function processStaticClass (classArrayExpression, staticClassPath, state) { ...@@ -39,7 +39,7 @@ function processStaticClass (classArrayExpression, staticClassPath, state) {
staticClassPath.remove() staticClassPath.remove()
} }
const transPlatform = ['mp-toutiao', 'mp-alipay', 'mp-lark']; const transPlatform = ['mp-toutiao', 'mp-alipay', 'mp-lark']
if (transPlatform.includes(state.options.platform.name)) { if (transPlatform.includes(state.options.platform.name)) {
// classArrayExpression => binaryExpression // classArrayExpression => binaryExpression
return processClassArrayExpressionElements(classArrayExpression) return processClassArrayExpressionElements(classArrayExpression)
......
...@@ -4,4 +4,4 @@ module.exports = function (pagesJson, manifestJson) { ...@@ -4,4 +4,4 @@ module.exports = function (pagesJson, manifestJson) {
project project
} = require('../mp')(pagesJson, manifestJson, require('./project.config.json')) } = require('../mp')(pagesJson, manifestJson, require('./project.config.json'))
return [app, project] return [app, project]
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册