ecency-mobile/.prettierrc.js

8 lines
144 B
JavaScript
Raw Normal View History

2019-09-11 22:42:49 +03:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
2019-09-11 22:42:49 +03:00
};