We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to request support for YAML frontmatter in HTML files within @html-eslint/eslint-plugin.
This feature would allow developers to include metadata at the beginning of HTML files while maintaining proper linting functionality.
If it already works, tell me how to use it :)
@html-eslint/element-newline When saving files, extra indentation appears in frontmatter information
@html-eslint/element-newline
@html-eslint/indent Indentation for eleventyNavigation items collapses
@html-eslint/indent
like this
// index.html --- title: Home page eleventyNavigation: key: Main order: 1 --- <h1>Welcome</h1> <button>Go away</button>
The text was updated successfully, but these errors were encountered:
Hi @frendly Thanks for the suggestion! I agree that this would be a nice feature to add.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I would like to request support for YAML frontmatter in HTML files within @html-eslint/eslint-plugin.
This feature would allow developers to include metadata at the beginning of HTML files while maintaining proper linting functionality.
If it already works, tell me how to use it :)
@html-eslint/element-newline
When saving files, extra indentation appears in frontmatter information
@html-eslint/indent
Indentation for eleventyNavigation items collapses
like this
The text was updated successfully, but these errors were encountered: