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