You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,8 +198,16 @@ Enforce all the rules in this category, as well as all higher priority rules, wi
198
198
199
199
|| Rule ID | Description |
200
200
|:---|:--------|:------------|
201
+
|:wrench:|[html-closing-bracket-newline](./docs/rules/html-closing-bracket-newline.md)| require or disallow a line break before tag's closing brackets |
201
202
|:wrench:|[html-closing-bracket-spacing](./docs/rules/html-closing-bracket-spacing.md)| require or disallow a space before tag's closing brackets |
203
+
204
+
205
+
### Uncategorized
206
+
207
+
|| Rule ID | Description |
208
+
|:---|:--------|:------------|
202
209
|:wrench:|[html-closing-bracket-newline](./docs/rules/html-closing-bracket-newline.md)| require or disallow a line break before tag's closing brackets |
210
+
|:wrench:|[html-closing-bracket-spacing](./docs/rules/html-closing-bracket-spacing.md)| require or disallow a space before tag's closing brackets |
0 commit comments