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

7 lines
120 B
JavaScript
Raw Normal View History

2020-02-11 15:44:17 +01:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};