Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed May 21, 2024
1 parent 623d9cf commit 5fefa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/utils/find-loc.ts
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5fefa21

Please sign in to comment.