Skip to content

Commit 13ae531

Browse files
committed
cleanup old jsdoc
1 parent 35feffc commit 13ae531

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/rules/jsx-no-literals.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ module.exports = {
280280
}
281281

282282
/**
283-
* Gets all JSXElement ancestor names for the given node
283+
* Gets all JSXElement ancestor nodes for the given node
284284
* @param {ASTNode} node
285285
* @returns {ASTNode[]}
286286
*/
@@ -365,10 +365,6 @@ module.exports = {
365365
* Gets an override config for a given node. For any given node, we also
366366
* need to traverse the ancestor tree to determine if an ancestor's config
367367
* will also apply to the current node.
368-
*
369-
* In order to reduce iterations on future cycles, subsequent calls to this
370-
* function by other nodes can obtain previously traversed node's configs
371-
* from the `elementConfigCache`
372368
* @param {ASTNode} node
373369
* @returns {OverrideConfig | undefined}
374370
*/

0 commit comments

Comments
 (0)