0.0.21 • Published 2 years ago

@changanauto/prettier-config-vue3 v0.0.21

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

使用方式

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';
0.0.20

2 years ago

0.0.21

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.15

2 years ago