Skip to content

Commit

Permalink
Remove unnecessary JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 6, 2022
1 parent f59de96 commit 4dfbe33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/rules/no-undef-properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ module.exports = {

const scriptVisitor = utils.compositingVisitors(
{
/** @param {Program} node */
Program() {
if (!utils.isScriptSetup(context)) {
return
Expand Down
1 change: 0 additions & 1 deletion lib/rules/no-unregistered-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ module.exports = {
if (utils.isHtmlWellKnownElementName(value)) return
usedComponentNodes.push({ node, name: value })
},
/** @param {VElement} node */
"VElement[name='template'][parent.type='VDocumentFragment']:exit"() {
// All registered components, transformed to kebab-case
const registeredComponentNames = registeredComponents.map(
Expand Down

0 comments on commit 4dfbe33

Please sign in to comment.