ecency-mobile/.prettierrc.js

8 lines
141 B
JavaScript
Raw Normal View History

2019-09-11 22:42:49 +03:00
module.exports = {
2022-10-20 14:40:21 +03:00
arrowParens: 'avoid',
bracketSameLine: true,
2019-09-11 22:42:49 +03:00
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};