2
0
mirror of synced 2025-01-10 14:16:27 +00:00
react-native-firebase/prettier.config.js

13 lines
174 B
JavaScript
Raw Normal View History

module.exports = {
trailingComma: 'es5',
singleQuote: true,
2018-02-01 12:52:39 +01:00
overrides: [
{
files: '*.json',
options: {
2018-08-25 19:21:07 +01:00
printWidth: 100,
2018-02-01 12:52:39 +01:00
},
},
],
};