BikeApp_demo/.prettierrc.js
tx bbaa67c0de Initial commit
Generated by react-native@0.74.5
2024-11-02 16:21:03 +08:00

8 lines
141 B
JavaScript

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