Skip to content

Commit 0ad583d

Browse files
committed
fix(html): Temporarily disable @html-eslint/attrs-newline rule due to its overly strict implementation
Details: yeonjuan/html-eslint#303
1 parent 7604e0e commit 0ad583d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configurations/html/rules/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfigurationPart({
88
rules: {
99
// Require newline between attributes (autofixable)
1010
// https://yeonjuan.github.io/html-eslint/docs/rules/attrs-newline
11-
'@html-eslint/attrs-newline': ['warn', {
11+
'@html-eslint/attrs-newline': ['off', {
1212
closeStyle: 'newline',
1313
ifAttrsMoreThan: 5,
1414
}],

0 commit comments

Comments
 (0)