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

8 lines
144 B
JavaScript
Raw Normal View History

2020-04-13 19:06:07 +08:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
2021-08-31 14:18:30 +08:00
arrowParens: 'avoid',
2020-04-13 19:06:07 +08:00
};