1
0
mirror of synced 2025-02-17 10:38:32 +01:00
eAMEMu_RN/.prettierrc.js
2023-02-05 01:46:31 +09:00

8 lines
140 B
JavaScript

module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: true,
singleQuote: true,
trailingComma: 'all',
};