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

fix(eslint-config): disable more vue stylistic rules by default #349

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

kingyue737
Copy link
Contributor

close #348

'vue/no-spaces-around-equal-signs-in-attribute': undefined,
'vue/html-closing-bracket-newline': undefined,
'vue/html-closing-bracket-spacing': undefined,
'vue/html-end-tags': undefined,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if end-tags should be count as stylistic rule: https://eslint.vuejs.org/rules/html-end-tags

@antfu antfu merged commit 1436746 into nuxt:main Mar 21, 2024
1 check passed
@kingyue737 kingyue737 deleted the patch-1 branch March 21, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some stylistic rules of eslint-plugin-vue are not disabled by default
2 participants