bigbluebutton-tablet/.prettierrc.js

8 lines
144 B
JavaScript
Raw Normal View History

2022-02-12 05:27:29 +08:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
};