mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Changelog: [Internal] Reviewed By: zertosh Differential Revision: D31745469 fbshipit-source-id: b930e4aefd8d21021b7c43a48ee84d0546fb56eb
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": true,
|
|
"requirePragma": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|