Skip to content

Commit 0c2d34f

Browse files
committed
Create dirty-rabbits-pretend.md
1 parent 3531bf8 commit 0c2d34f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/dirty-rabbits-pretend.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": minor
3+
---
4+
5+
feat: migrate `enhanced-resolve` to `oxc-resolver`

src/utils/parse.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export function parse(
146146
if (!ast || typeof ast !== 'object') {
147147
console.warn(
148148
// Can only be invalid for custom parser per imports/parser
149-
`\`parseForESLint\` from parser \`${typeof parserOrPath === 'string' ? parserOrPath : '`context.languageOptions.parser`'}\` is invalid and will just be ignored`,
149+
`\`parseForESLint\` from parser \`${typeof parserOrPath === 'string' ? parserOrPath : 'context.languageOptions.parser'}\` is invalid and will just be ignored`,
150150
{ content, parserMeta: parser.meta },
151151
)
152152
} else {

0 commit comments

Comments
 (0)