go-wxhelper-web/.prettierrc.js

7 lines
116 B
JavaScript
Raw Permalink Normal View History

2024-02-01 16:45:29 +08:00
module.exports = {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};