locaft_mobile/.prettierrc.js

8 lines
144 B
JavaScript
Raw Permalink Normal View History

2021-06-02 11:29:39 -07:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
};