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:
parent
d221a933d8
commit
d34503799c
|
@ -1,4 +1,4 @@
|
|||
// @no-flow
|
||||
// @flow
|
||||
require("@oclif/command")
|
||||
.run()
|
||||
.catch(require("@oclif/errors/handle"));
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// @no-flow
|
||||
// @flow
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
import App from "./App";
|
||||
|
|
Loading…
Reference in New Issue