fix missing prettier file (#20001)

Summary:
fix missing prettier file
pass all current ci.
https://github.com/facebook/react-native/pull/19987
 [GENERAL] [INTERNAL] [TOOL] - fix missing prettier file.
Closes https://github.com/facebook/react-native/pull/20001

Differential Revision: D8714374

Pulled By: hramos

fbshipit-source-id: acdcb5d84c56d26c55f6262a0a98aefe786de8cb
This commit is contained in:
gengjiawen
2018-07-02 10:41:17 -07:00
committed by Facebook Github Bot
parent 27a38dedf1
commit fdce938455
2 changed files with 8 additions and 8 deletions

View File

@@ -197,8 +197,7 @@ babelHelpers.get = function _get(target, property, receiver = target) {
}
return desc.value;
}
};
// ### inherits ###