@changanauto/prettier-config-vue2
v0.0.21
Published
vue2 prettier config
Downloads
2
Readme
使用方式
yarn add @changanauto/prettier-config-vue2 --dev
package.json
{
"prettier": "@changanauto/prettier-config-vue2"
}
.prettierrc.js (CJS使用方式)
const changanAutoConfig = require('@changanauto/prettier-config-vue2');
module.exports = {
...changanAutoConfig,
// 你的其他配置
}
ESM
使用方式
import changanAutoConfig from '@changanauto/prettier-config-vue2';