1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00
vant/prettier.config.mjs
neverland 3dcc92a5c0
chore: bump prettier v3 and format all code ()
* chore: bump prettier v3 and format all code

* chore: mjs config

* chore: revert

* chore: revert

* chore: update lock
2023-07-22 14:14:14 +08:00

5 lines
63 B
JavaScript

export default {
singleQuote: true,
proseWrap: 'never',
};