1
0
mirror of synced 2024-11-27 17:00:55 +01:00
eAMEMu_RN/.prettierrc.js
2023-02-05 01:41:52 +09:00

8 lines
141 B
JavaScript

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