1
0
mirror of synced 2025-02-07 06:31:17 +01:00
eAMEMu_RN/.prettierrc.js

8 lines
141 B
JavaScript
Raw Permalink Normal View History

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