eslint-plugin-vue icon indicating copy to clipboard operation
eslint-plugin-vue copied to clipboard

feat(no-shadow-native-events): initial implementation

Open JoCa96 opened this issue 1 year ago • 2 comments

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.

JoCa96 avatar Sep 16 '24 14:09 JoCa96

Could you please fix the lint and test failures?

FloEdelmann avatar Sep 16 '24 16:09 FloEdelmann

@FloEdelmann Of course! Done!

JoCa96 avatar Sep 16 '24 17:09 JoCa96