Skip to content

Commit f3331bf

Browse files
authored
update doc (#1147)
1 parent 3f917cd commit f3331bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rules/no-multiple-template-root.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ description: disallow adding multiple root nodes to the template
99
1010
- :gear: This rule is included in all of `"plugin:vue/essential"`, `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
1111

12-
This rule checks whether template contains single root element valid for Vue 2.
12+
## :book: Rule Details
1313

14+
This rule checks whether template contains single root element valid for Vue 2.
1415

1516
<eslint-code-block :rules="{'vue/no-multiple-template-root': ['error']}">
1617

lib/rules/require-explicit-emits.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* See LICENSE file in root directory for full license.
44
*/
55
'use strict'
6-
// @ts-check
76

87
/**
98
* @typedef {import('vue-eslint-parser').AST.ESLintLiteral} Literal

0 commit comments

Comments
 (0)