wd-data-web/.prettierrc.js

7 lines
116 B
JavaScript
Raw Normal View History

2023-10-31 14:52:02 +08:00
module.exports = {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};