1
0
mirror of synced 2024-11-24 07:10:15 +01:00
eAMEMu_RN/.prettierrc.js

8 lines
141 B
JavaScript
Raw Normal View History

2020-02-11 15:44:17 +01:00
module.exports = {
arrowParens: 'avoid',
2023-02-04 17:16:43 +01:00
bracketSameLine: false,
2023-02-04 15:06:44 +01:00
bracketSpacing: true,
2020-02-11 15:44:17 +01:00
singleQuote: true,
trailingComma: 'all',
};