Files
formbricks-test/.prettierrc.js
Amadeu José Andrade Junior 58e22f6935 Initial commit
Generated by react-native@0.76.5
2025-01-06 14:49:28 -03:00

8 lines
141 B
JavaScript

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