mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 19:11:34 +08:00
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 100
|
|
}
|