Skip to content

leondreamed-archives/vue-eslint-plugin-jsx-bug

Repository files navigation

Vue ESLint Plugin JSX Bug

Install dependencies:

npm install

Running the app works as expected:

npm run dev

Output in the browser:

works

But linting the project gives the following error:

npm run lint

parsing error

Linting the equivalent code in a JSX file works fine:

npm run lint:jsx

parsing works

However, linting works after applying a very hacky patch to the TypeScript compiler:

npx patch-package
num run lint

parsing works patch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published