webapp/.prettierrc.js

6 lines
91 B
JavaScript
Raw Normal View History

module.exports = {
arrowParens: 'avoid',
singleQuote: true,
trailingComma: 'all',
};