pure-admin-thin/.prettierrc.js
2023-03-17 11:59:52 +08:00

8 lines
132 B
JavaScript

module.exports = {
// bracketSpacing: true,
singleQuote: true,
semi: false,
arrowParens: 'avoid',
trailingComma: 'none'
}