pda_react_native_template/.prettierrc.js

8 lines
141 B
JavaScript
Raw Permalink Normal View History

2025-07-04 10:44:57 +08:00
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};