1
0
mirror of synced 2025-02-14 17:22:34 +01:00
eAMEMu_RN/.prettierrc.js

8 lines
141 B
JavaScript
Raw Normal View History

2020-02-11 23:44:17 +09:00
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
2020-02-11 23:44:17 +09:00
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};