litemall/litemall-vue/.prettierrc.js

5 lines
57 B
JavaScript
Raw Normal View History

2025-04-14 14:25:41 +08:00
module.exports = {
tabWidth: 2,
singleQuote: true
};