0.0.21 • Published 3 years ago

@changanauto/prettier-config-vue3 v0.0.21

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.21

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.15

3 years ago