We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7ca16 commit 98f299aCopy full SHA for 98f299a
configurations/html/rules/style.js
@@ -2,7 +2,9 @@ module.exports = {
2
rules: {
3
// Disallow extra spaces around attributes (autofixable)
4
// https://yeonjuan.github.io/html-eslint/docs/rules/no-extra-spacing-attrs
5
- '+@html-eslint/no-extra-spacing-attrs': 'warn',
+ '+@html-eslint/no-extra-spacing-attrs': ['warn', {
6
+ enforceBeforeSelfClose: true,
7
+ }],
8
9
// Require newline between elements (autofixable)
10
// https://yeonjuan.github.io/html-eslint/docs/rules/element-newline
0 commit comments