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:
parent
0d6742be39
commit
1901d471f3
|
@ -1,3 +1,4 @@
|
||||||
|
// @flow
|
||||||
module.exports = {
|
module.exports = {
|
||||||
extends: "react-app",
|
extends: "react-app",
|
||||||
rules: {
|
rules: {
|
||||||
|
|
Loading…
Reference in New Issue