shop-front-end/.prettierrc.js

7 lines
116 B
JavaScript
Raw Permalink Normal View History

2025-03-04 09:11:33 +08:00
module.exports = {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};