sonzai/.prettierrc.js

7 lines
120 B
JavaScript
Raw Normal View History

2020-03-07 09:23:17 +01:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};