1
0
mirror of synced 2024-11-23 23:01:00 +01:00
eAMEMu_RN/.prettierrc.js
2023-02-05 01:46:48 +09:00

8 lines
141 B
JavaScript

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