Enable flow: sourcecred.js and editor/App.test.js (#239)

They were already correct from a typing perspective, so no other changes
needed.
This commit is contained in:
Dandelion Mané 2018-05-08 14:21:26 -07:00 committed by GitHub
parent d221a933d8
commit d34503799c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// @no-flow
// @flow
require("@oclif/command")
.run()
.catch(require("@oclif/errors/handle"));

View File

@ -1,4 +1,4 @@
// @no-flow
// @flow
import React from "react";
import ReactDOM from "react-dom";
import App from "./App";