wd-api-flow/.prettierrc.js

7 lines
116 B
JavaScript
Raw Permalink Normal View History

2023-04-11 10:04:58 +08:00
module.exports = {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};