2
0
mirror of synced 2025-01-10 06:05:53 +00:00
react-native-firebase/prettier.config.js
2018-08-25 19:21:07 +01:00

13 lines
174 B
JavaScript

module.exports = {
trailingComma: 'es5',
singleQuote: true,
overrides: [
{
files: '*.json',
options: {
printWidth: 100,
},
},
],
};