Add `@flow` to `.eslintrc.js` (#258)

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
This commit is contained in:
William Chargin 2018-05-10 12:27:46 -07:00 committed by GitHub
parent 0d6742be39
commit 1901d471f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// @flow
module.exports = {
extends: "react-app",
rules: {