Fix indent for .babelrc in HelloWorld template
Summary: Minor code formatting. Each time I run `react-native init` I must reindent this file. Closes https://github.com/facebook/react-native/pull/12850 Differential Revision: D4691374 fbshipit-source-id: dc02b021e2f320f1046e4e6d024ba675a4213de8
This commit is contained in:
parent
82ff298c00
commit
68695bdb26
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"presets": ["react-native"]
|
||||
}
|
||||
"presets": ["react-native"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue