Skip to content

Commit

Permalink
Fix no-duplicate-imports when using Flowtype
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Nov 11, 2016
1 parent 9f7b0ec commit d7d8410
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ module.exports = {
plugins: [
'flowtype',
],
rules: {
// We disable this so we can import types and non-types from the same file.
// The `eslint-plugin-import` rule handles this for us as well.
'no-duplicate-imports': 'off',
},
}

0 comments on commit d7d8410

Please sign in to comment.