Skip to content

Commit

Permalink
fix comment order
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Jan 15, 2021
1 parent 4ea7d45 commit 76438b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-overlay/src/middleware.ts
Expand Up @@ -9,8 +9,8 @@ import {
} from 'source-map'
import { StackFrame } from 'stacktrace-parser'
import url from 'url'
// eslint-disable-next-line import/no-extraneous-dependencies
// @ts-ignore
// eslint-disable-next-line import/no-extraneous-dependencies
import webpack from 'webpack'
import { getRawSourceMap } from './internal/helpers/getRawSourceMap'
import { launchEditor } from './internal/helpers/launchEditor'
Expand Down

0 comments on commit 76438b6

Please sign in to comment.