Skip to content

Commit

Permalink
Supress eslint import/order
Browse files Browse the repository at this point in the history
  • Loading branch information
ychi committed Mar 7, 2021
1 parent cc3242e commit 43e5f78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jest-transform/src/ScriptTransformer.ts
Expand Up @@ -26,6 +26,8 @@ import {
} from 'jest-util';
import handlePotentialSyntaxError from './enhanceUnexpectedTokenMessage';
import shouldInstrument from './shouldInstrument';
// eslint somehow complains "There should be no empty line between import groups"
//eslint-disable-next-line import/order
import type {
AsyncTransformer,
Options,
Expand Down

0 comments on commit 43e5f78

Please sign in to comment.