mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
4e587a1b7d
Summary: Changelog: [General][Changed] - Upgraded to `prettier@^2.4.1`. Reviewed By: zertosh Differential Revision: D31854010 fbshipit-source-id: 6d7a2e758a3ddf7c758ceffb14d98eb93b0ce4b0
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"bracketSameLine": true,
|
|
"bracketSpacing": false,
|
|
"requirePragma": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|