更新配置文件

This commit is contained in:
2021-11-07 11:52:41 +08:00
parent 9da25af6a2
commit 318d8917cd
2 changed files with 4 additions and 1 deletions

View File

@@ -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'
}
};

View File

@@ -7,8 +7,10 @@ module.exports = {
]
},
'postcss-pxtorem': {
mediaQuery: true,
propList: ['*'],
rootValue: 16,
propList: ['*']
unitPrecision: 3,
}
}
};