diff --git a/packages/eslint-plugin/src/utils/find-loc.ts b/packages/eslint-plugin/src/utils/find-loc.ts index 5747a8c9a..3246c513b 100644 --- a/packages/eslint-plugin/src/utils/find-loc.ts +++ b/packages/eslint-plugin/src/utils/find-loc.ts @@ -1,4 +1,4 @@ -import { indexOfAll } from "./index-of-all" +import { indexOfAll } from './index-of-all' export default function findLoc(text, lines, startLine, endLine) { const targetLines = text.match(/.+(?:\r\n|\n)?/g)