Open JoCa96 opened 2 months ago
Implementation of my proposed rule #2557 Rule Proposal: Disallow shadowing of native HTML event names. The implementation is heavily based on require-explicit-emits. The dom-events.json file is based on the Events interface of @vue/runtime-dom/dist/runtime-dom.d.ts.
dom-events.json
Events
@vue/runtime-dom/dist/runtime-dom.d.ts
Could you please fix the lint and test failures?
@FloEdelmann Of course! Done!
Implementation of my proposed rule #2557 Rule Proposal: Disallow shadowing of native HTML event names. The implementation is heavily based on require-explicit-emits. The
dom-events.json
file is based on theEvents
interface of@vue/runtime-dom/dist/runtime-dom.d.ts
.