mirror of
https://github.com/youzan/vant.git
synced 2025-08-29 09:30:09 +00:00

* chore: bump prettier v3 and format all code * chore: mjs config * chore: revert * chore: revert * chore: update lock
5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
export default {
|
|
singleQuote: true,
|
|
proseWrap: 'never',
|
|
};
|