2
0
mirror of synced 2025-01-09 13:45:50 +00:00
react-native-firebase/prettier.config.js
2018-02-01 12:52:39 +01:00

13 lines
174 B
JavaScript

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