Files
react-native-svg/.prettierrc.js
Mathieu Acthernoene 2fa9645cf6 Add web example (#1717)
Added web example to `Example`
2022-03-07 12:16:50 +01:00

9 lines
169 B
JavaScript

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