Skip to content

Commit

Permalink
fix: remove unnecessary eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Jun 30, 2019
1 parent 2b64bb4 commit 10f7345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jest-haste-map/src/lib/FSEventsWatcher.ts
Expand Up @@ -11,7 +11,6 @@ import path from 'path';
import {EventEmitter} from 'events';
import anymatch from 'anymatch';
import micromatch from 'micromatch';
// eslint-disable-next-line
import {Watcher} from 'fsevents';
// @ts-ignore no types
import walker from 'walker';
Expand Down

0 comments on commit 10f7345

Please sign in to comment.