8000 add missing Implementation blocks · vuejs/eslint-plugin-vue@cf5ac56 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf5ac56

Browse files
armano2michalsnik
authored andcommitted
add missing Implementation blocks
1 parent 5dda9a0 commit cf5ac56

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/rules/multiline-html-element-content-newline.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ content</VueComponent>
8585
class="bold">For example,</span>
8686
Defines the Vue component that accepts preformatted text.</VueComponent>
8787
```
88+
89+
## :mag: Implementation
90+
91+
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/multiline-html-element-content-newline.js)
92+
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/multiline-html-element-content-newline.js)

docs/rules/no-unused-components.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,8 @@ Note that components registered under other than `PascalCase` name have to be ca
146146
}
147147
</script>
148148
```
149+
150+
## :mag: Implementation
151+
152+
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-unused-components.js)
153+
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/no-unused-components.js)

docs/rules/use-v-on-exact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Enforce usage of `exact` modifier on `v-on` (vue/use-v-on-exact)
1+
# enforce usage of `exact` modifier on `v-on` (vue/use-v-on-exact)
22

33
## :book: Rule Details
44

0 commit comments

Comments
 (0)
0