keycard-exit/.prettierrc.js
Ksenia Lebedeva fa1f694e72 Initial commit
Generated by react-native@0.75.2
2024-09-11 09:38:29 +02:00

8 lines
141 B
JavaScript

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