react-native-firebase/prettier.config.js

5 lines
67 B
JavaScript
Raw Normal View History

module.exports = {
trailingComma: 'es5',
singleQuote: true,
};