Skip to content

Commit

Permalink
chore: fix linting error on macOS (#9066)
Browse files Browse the repository at this point in the history
  • Loading branch information
sairus2k authored and thymikee committed Oct 24, 2019
1 parent 8feb9ec commit 164e209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -105,6 +105,7 @@ module.exports = {
],
},
],
'import/no-unresolved': [2, {ignore: ['fsevents']}],
// This has to be disabled until all type and module imports are combined
// https://github.com/benmosher/eslint-plugin-import/issues/645
'import/order': 0,
Expand Down
1 change: 0 additions & 1 deletion packages/jest-haste-map/src/lib/FSEventsWatcher.ts
Expand Up @@ -11,7 +11,6 @@ import * as path from 'path';
import {EventEmitter} from 'events';
import anymatch, {Matcher} from 'anymatch';
import micromatch = require('micromatch');
// eslint-disable-next-line
import {Watcher} from 'fsevents';
// @ts-ignore no types
import walker from 'walker';
Expand Down

0 comments on commit 164e209

Please sign in to comment.