vue-pure-admin2/.prettierrc.js

8 lines
144 B
JavaScript
Raw Normal View History

2021-07-05 17:39:00 +08:00
module.exports = {
bracketSpacing: true,
jsxBracketSameLine: true,
2021-07-06 01:01:42 +08:00
singleQuote: false,
2021-07-05 17:39:00 +08:00
arrowParens: 'avoid',
2021-07-06 01:01:42 +08:00
trailingComma: 'none'
2021-07-05 17:39:00 +08:00
};