0.0.8 • Published 2 years ago

@changanauto/vue2-prettier-config v0.0.8

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

使用方式

yarn add @changanauto/vue2-prettier-config --dev

package.json

{
  "prettier": "@changanauto/vue2-prettier-config"
}

.prettierrc.js (CJS使用方式)

const changanAutoConfig = require('@changanauto/vue2-prettier-config');
module.exports = {
  ...changanAutoConfig,
  // 你的其他配置
}

ESM 使用方式

import changanAutoConfig from '@changanauto/vue2-prettier-config';
0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago