vant/prettier.config.mjs
neverland 3dcc92a5c0
chore: bump prettier v3 and format all code (#12111)
* 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',
};