blazerapp/.prettierrc.js

7 lines
120 B
JavaScript
Raw Normal View History

2020-08-09 16:37:46 -04:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};