mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 03:59:18 +08:00
> You can [learn more about this here](https://blog.invertase.io/react-native-firebase-2019-7e334ca9bcc6).
21 lines
368 B
Plaintext
21 lines
368 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"overrides": [{
|
|
"files": [
|
|
"**/packages/library/**/*.js"
|
|
],
|
|
"parser": "babylon",
|
|
"options": {
|
|
"trailingComma": "all"
|
|
}
|
|
}]
|
|
}
|