[ae07c5]: / .prettierrc.js

Download this file

8 lines (7 with data), 141 Bytes

1
2
3
4
5
6
7
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};