2
0
mirror of synced 2025-02-13 23:07:06 +00:00
react-native-firebase/prettier.config.js

5 lines
67 B
JavaScript
Raw Normal View History

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