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 e993802 commit 1a19168Copy full SHA for 1a19168
rules/tag-req-attr/README.md
@@ -62,17 +62,21 @@
62
Поле `ignore` позволяет игнорировать атрибуты в зависимости от их значений.
63
64
```json
65
-'htmlacademy/tag-req-attr': [
66
- true,
67
- 'input': [
+{
+ 'htmlacademy/tag-req-attr': [
+ true,
68
{
69
- name: 'name',
70
- ignore: {
71
- type: 'submit'
72
- }
73
- },
74
- ],
75
-]
+ 'input': [
+ {
+ name: 'name',
+ ignore: {
+ 'type': 'submit'
+ }
76
+ ]
77
78
79
+}
80
```
81
82
Нарушениями считаются следующие модели:
0 commit comments