litemall/litemall-vue/.prettierrc.js
2025-04-14 14:25:41 +08:00

5 lines
57 B
JavaScript

module.exports = {
tabWidth: 2,
singleQuote: true
};