Skip to content

Commit 8141f2c

Browse files
Disabled attr-new-line rule
1 parent efbec5e commit 8141f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747

4848
'attr-bans': false,
4949
'attr-name-style': [true, 'dash'],
50-
'attr-new-line': [true, 6],
50+
'attr-new-line': false,
5151
'attr-no-dup': true,
5252
'attr-no-unsafe-char': true,
5353
'attr-order': false,

test/catalog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</a>
1616

1717
<form class="nav__search search" action="https://echo.htmlacademy.ru" method="get">
18-
<input class="search__input" name="header-search" type="search" placeholder="Поиск по сайту" aria-label="Поиск по сайту">
18+
<input class="search__input" name="header-search" type="search" placeholder="Поиск по сайту" aria-label="Поиск по сайту" id="search" minlength="0">
1919
<button class="search__button" type="submit">Найти</button>
2020
</form>
2121

0 commit comments

Comments
 (0)