Massive/.prettierrc.js

8 lines
141 B
JavaScript
Raw Normal View History

2022-06-30 06:50:52 +00:00
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};