subtracks/.prettierrc.js
austinried b38ba9aaed initial commit
(just the typescript template)
2021-06-08 13:38:16 +09:00

8 lines
144 B
JavaScript

module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
};