From 1901d471f3b5f68022a8356cc9571152ddcd33ad Mon Sep 17 00:00:00 2001 From: William Chargin Date: Thu, 10 May 2018 12:27:46 -0700 Subject: [PATCH] Add `@flow` to `.eslintrc.js` (#258) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Even though it’s not really a source file, and it lives at the repository root, it might as well have typing to make sure that we don’t do anything really dumb. Test Plan: `yarn flow` still passes. wchargin-branch: flow-eslintrc --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 0a526f9..6286658 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,4 @@ +// @flow module.exports = { extends: "react-app", rules: {