Skip to content

Commit 41e7eee

Browse files
committed
4.1.0
1 parent ad84e0b commit 41e7eee

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,16 @@ Enforce all the rules in this category, as well as all higher priority rules, wi
198198

199199
| | Rule ID | Description |
200200
|:---|:--------|:------------|
201+
| :wrench: | [html-closing-bracket-newline](./docs/rules/html-closing-bracket-newline.md) | require or disallow a line break before tag's closing brackets |
201202
| :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+
|:---|:--------|:------------|
202209
| :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 |
203211

204212
<!--RULES_TABLE_END-->
205213

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)