Skip to content
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
7b640fe
initial version
JoCa96 Sep 16, 2024
8ad0f4b
added invalid tests
JoCa96 Sep 16, 2024
fe3615d
added valid tests cases
JoCa96 Sep 16, 2024
892f277
clean up
JoCa96 Sep 16, 2024
391a4bb
add docs
JoCa96 Sep 16, 2024
654332a
update related docs
JoCa96 Sep 16, 2024
300c138
add missing test fixture
JoCa96 Sep 16, 2024
c3e68ca
fix link
JoCa96 Sep 16, 2024
218a577
fix missing typedef for NameWithLoc
JoCa96 Sep 16, 2024
4e55123
lint issue: remove todo
JoCa96 Sep 16, 2024
ddfb904
fix lint issue: "space inside link text"
JoCa96 Sep 16, 2024
81ddf6a
remove unused options
JoCa96 Sep 16, 2024
7d47fac
replace array with Set
JoCa96 Sep 16, 2024
82123a3
add explanatory comments
JoCa96 Sep 16, 2024
c72133f
initial version
JoCa96 Sep 16, 2024
1c40d3b
added invalid tests
JoCa96 Sep 16, 2024
8e2cfd7
added valid tests cases
JoCa96 Sep 16, 2024
9d0e1c2
clean up
JoCa96 Sep 16, 2024
84b7b78
add docs
JoCa96 Sep 16, 2024
7bdf176
update related docs
JoCa96 Sep 16, 2024
b10bae2
add missing test fixture
JoCa96 Sep 16, 2024
2dc6949
fix link
JoCa96 Sep 16, 2024
9a8ccd7
fix missing typedef for NameWithLoc
JoCa96 Sep 16, 2024
dc011e0
lint issue: remove todo
JoCa96 Sep 16, 2024
8c71413
fix lint issue: "space inside link text"
JoCa96 Sep 16, 2024
f3ffb7d
remove unused options
JoCa96 Sep 16, 2024
066689b
replace array with Set
JoCa96 Sep 16, 2024
7941f9c
add explanatory comments
JoCa96 Sep 16, 2024
3901c99
review: execute "npm run update"
JoCa96 Sep 19, 2024
44f5eb4
Merge branch 'joca96/feat-no-shadow-native' of https://github.com/JoC…
JoCa96 Sep 19, 2024
b62c161
Update docs/rules/no-shadow-native-events.md
JoCa96 Sep 19, 2024
4feb834
Update docs/rules/no-shadow-native-events.md
JoCa96 Sep 19, 2024
3e9e020
review: revert accidental packageManager field in package.json
JoCa96 Sep 20, 2024
df3e87e
Merge branch 'joca96/feat-no-shadow-native' of https://github.com/JoC…
JoCa96 Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update related docs
  • Loading branch information
JoCa96 committed Sep 16, 2024
commit 654332ad2d9364919360c174588b68c8cb16f5b0
3 changes: 2 additions & 1 deletion docs/rules/require-explicit-emits.md
Original file line number Diff line number Diff line change
@@ -114,10 +114,11 @@ export default {

- [vue/no-unused-emit-declarations](./no-unused-emit-declarations.md)
- [vue/require-explicit-slots](./require-explicit-slots.md)
- [vue/no-shadow-native](./no-shadow-native.md)

## :books: Further Reading

- [Guide - Custom Events / Defining Custom Events](https://v3.vuejs.org/guide/component-custom-events.html#defining-custom-events)
- [Components In-Depth - Events / Component Events ](https://vuejs.org/guide/components/events.html#event-arguments)
- [Vue RFCs - 0030-emits-option](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0030-emits-option.md)

## :rocket: Version