Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to use this in combination with vue-template-parser? #87

Open
LoiLock opened this issue Feb 1, 2022 · 1 comment
Open
Labels
question Further information is requested

Comments

@LoiLock
Copy link

LoiLock commented Feb 1, 2022

Currently my parser options are as follows:

parser: 'vue-eslint-parser',
parserOptions: {
    parser: '@typescript-eslint/parser',
    sourceType: 'module',
},

I was wondering if I could use html-eslint in order to use the rule element-newline

@yeonjuan
Copy link
Owner

yeonjuan commented Feb 3, 2022

HI @LoiLock Sorry for the late. Unfortunately All rules in html-eslint does not work with the vue-eslint-parser because the AST specs are different. 😢

@yeonjuan yeonjuan added the question Further information is requested label Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants