1
0
Fork 0
phizclip-react-native-demo/.prettierrc.js

7 lines
120 B
JavaScript
Raw Normal View History

2020-04-13 19:06:07 +08:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};