Files
PocketDog/.prettierrc.js
Ryan Chen 948f36ffc1 Initial commit
Generated by react-native@0.80.0
2025-06-26 12:18:11 -04:00

6 lines
91 B
JavaScript

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