react-native-appmetrica/example/.prettierrc.js

7 lines
120 B
JavaScript
Raw Permalink Normal View History

2020-06-08 22:14:06 +03:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};