@changanauto/vue2-prettier-config
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

vue2-prettier-confg Changan Auto

vue2-prettier-config vue2-prettier-config

长安汽车云平台开发所车云数字应用开发室 vue2 项目 prettier 规则.

使用方式

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

Readme

Keywords

none

Package Sidebar

Install

npm i @changanauto/vue2-prettier-config

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

5.48 kB

Total Files

6

Last publish

Collaborators

  • xieyezi