bigbluebutton-tablet/.prettierrc.js

8 lines
141 B
JavaScript
Raw Normal View History

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