mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
13 lines
174 B
JavaScript
13 lines
174 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
singleQuote: true,
|
|
overrides: [
|
|
{
|
|
files: '*.json',
|
|
options: {
|
|
printWidth: 400,
|
|
},
|
|
},
|
|
],
|
|
};
|