Perfect_Draft-App_Test-reac.../.prettierrc.js
marlon passos 19471fdd5e Initial commit
Generated by react-native@0.73.1
2023-12-19 10:04:39 -03:00

8 lines
141 B
JavaScript

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