I am planning to use the @ eslint/markdown package to solve the formatting problem of MD files
What did you expect to happen?
ESLint should be running normally
What actually happened?
[Error - 13:31:37] An unexpected error occurred:
[Error - 13:31:37] TypeError: Error while loading rule 'vue/multi-word-component-names': Cannot read properties of undefined (reading 'getDocumentFragment')
Occurred while linting C:\Users\htk\Desktop\localStorage-manager\README.md
at getScriptSetupElement (C:\Users\htk\Desktop\localStorage-manager\node_modules\.pnpm\eslint-plugin-vue@9.30.0_eslint@9.14.0_jiti@1.21.6_\node_modules\eslint-plugin-vue\lib\utils\index.js:2702:31)
at Object.isScriptSetup (C:\Users\htk\Desktop\localStorage-manager\node_modules\.pnpm\eslint-plugin-vue@9.30.0_eslint@9.14.0_jiti@1.21.6_\node_modules\eslint-plugin-vue\lib\utils\index.js:2692:18)
at Object.create (C:\Users\htk\Desktop\localStorage-manager\node_modules\.pnpm\eslint-plugin-vue@9.30.0_eslint@9.14.0_jiti@1.21.6_\node_modules\eslint-plugin-vue\lib\rules\multi-word-component-names.js:55:24)
at createRuleListeners (C:\Users\htk\Desktop\localStorage-manager\node_modules\.pnpm\eslint@9.14.0_jiti@1.21.6\node_modules\eslint\lib\linter\linter.js:943:21)
at C:\Users\htk\Desktop\localStorage-manager\node_modules\.pnpm\eslint@9.14.0_jiti@1.21.6\node_modules\eslint\lib\linter\linter.js:1068:84
at Array.forEach (<anonymous>)
at runRules (C:\Users\htk\Desktop\localStorage-manager\node_modules\.pnpm\eslint@9.14.0_jiti@1.21.6\node_modules\eslint\lib\linter\linter.js:999:34)
at #flatVerifyWithoutProcessors (C:\Users\htk\Desktop\localStorage-manager\node_modules\.pnpm\eslint@9.14.0_jiti@1.21.6\node_modules\eslint\lib\linter\linter.js:1911:31)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\htk\Desktop\localStorage-manager\node_modules\.pnpm\eslint@9.14.0_jiti@1.21.6\node_modules\eslint\lib\linter\linter.js:1992:49)
at Linter._verifyWithFlatConfigArray (C:\Users\htk\Desktop\localStorage-manager\node_modules\.pnpm\eslint@9.14.0_jiti@1.21.6\node_modules\eslint\lib\linter\linter.js:2081:21)
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
I am planning to use the @ eslint/markdown package to solve the formatting problem of MD files
What did you expect to happen? ESLint should be running normally
What actually happened?
Repository to reproduce this issue
https://github.com/lvzhenbo/localStorage-manager