Unify ESLint and Prettier across xplat/yoga (#1335)

Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1335

Reviewed By: christophpurrer

Differential Revision: D47459866

fbshipit-source-id: a583da91ea0f3c6a01917edc5ecf57eb177b2544
This commit is contained in:
Nick Gerleman
2023-07-17 11:24:36 -07:00
committed by Facebook GitHub Bot
parent 05b2edfb85
commit 4b2b1e86b7
35 changed files with 2064 additions and 1559 deletions

View File

@@ -137,10 +137,7 @@ const AboutSectionOne = () => (
<img src={ComponentKitLogo} />
<h3>ComponentKit</h3>
</a>
<a
href="https://reactnative.dev"
target="_blank"
className="logo">
<a href="https://reactnative.dev" target="_blank" className="logo">
<img src={ReactNativeLogo} />
<h3>React Native</h3>
</a>