PADMW_BroseS3/.prettierrc.js

8 lines
141 B
JavaScript
Raw Normal View History

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