Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Upgrade eslint-plugin-flowtype to the latest version 5.7.1
Browse files Browse the repository at this point in the history
This release includes some fixes for our codebase, see:

- gajus/eslint-plugin-flowtype#477
- gajus/eslint-plugin-flowtype#478

adeira-source-id: a16fb4f4e7da1a952452a75cb4c4cc58f92e69bf
  • Loading branch information
mrtnzlml authored and adeira-github-bot committed May 4, 2021
1 parent 5e9957f commit f4457e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Layout.js
Expand Up @@ -36,9 +36,6 @@ export default function Layout(props: Props): React.Node {

return (
<>
{/* https://github.com/gajus/eslint-plugin-flowtype/pull/477 */}
{/* https://github.com/gajus/eslint-plugin-flowtype/pull/478 */}
{/* eslint-disable-next-line flowtype/require-readonly-react-props */}
<Head>
<title>KOCHKA café · {props.title}</title>
</Head>
Expand Down

0 comments on commit f4457e8

Please sign in to comment.