Skip to content

Commit 218a577

Browse files
committed
fix missing typedef for NameWithLoc
1 parent c3e68ca commit 218a577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rules/no-shadow-native-events.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const { findVariable } = require('@eslint-community/eslint-utils')
1111
* @typedef {import('../utils').ComponentEmit} ComponentEmit
1212
* @typedef {import('../utils').ComponentProp} ComponentProp
1313
* @typedef {import('../utils').VueObjectData} VueObjectData
14+
* @typedef {import('./require-explicit-emits.js').NameWithLoc} NameWithLoc
1415
*/
1516

1617
/**

0 commit comments

Comments
 (0)