Skip to content

Commit

Permalink
Use flow strict
Browse files Browse the repository at this point in the history
Enables you to import data loader with the nonstrict-import linter enabled in flow strict mode.
  • Loading branch information
CGamesPlay committed Jan 3, 2019
1 parent 420e62f commit 1842ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
@@ -1,4 +1,4 @@
/* @flow */
/* @flow strict */
/**
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
Expand Down

0 comments on commit 1842ba2

Please sign in to comment.