We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e68ca commit 218a577Copy full SHA for 218a577
lib/rules/no-shadow-native-events.js
@@ -11,6 +11,7 @@ const { findVariable } = require('@eslint-community/eslint-utils')
11
* @typedef {import('../utils').ComponentEmit} ComponentEmit
12
* @typedef {import('../utils').ComponentProp} ComponentProp
13
* @typedef {import('../utils').VueObjectData} VueObjectData
14
+ * @typedef {import('./require-explicit-emits.js').NameWithLoc} NameWithLoc
15
*/
16
17
/**
0 commit comments