更新配置文件
This commit is contained in:
@@ -18,6 +18,7 @@ module.exports = {
|
||||
'vue/html-self-closing': 'off',
|
||||
'vue/max-attributes-per-line': 'off',
|
||||
'vue/multiline-html-element-content-newline': 'off',
|
||||
'vue/no-v-html': 'off',
|
||||
'vue/singleline-html-element-content-newline': 'off'
|
||||
}
|
||||
};
|
||||
|
@@ -7,8 +7,10 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
'postcss-pxtorem': {
|
||||
mediaQuery: true,
|
||||
propList: ['*'],
|
||||
rootValue: 16,
|
||||
propList: ['*']
|
||||
unitPrecision: 3,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user