react-native-gifted-charts/.prettierrc.js

8 lines
144 B
JavaScript
Raw Normal View History

2021-07-30 13:08:12 +00:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
};