Files
testreactapp/.prettierrc.js
Pat Teruel 4eee4a9859 Initial commit
Generated by react-native@0.83.1
2026-01-30 16:12:08 +08:00

6 lines
91 B
JavaScript

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