Skip to content

Commit

Permalink
refactor: drop modifier from getAncestors
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss95 committed Oct 4, 2021
1 parent 9a3df30 commit 725d507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/experimental-utils/src/ts-eslint/Rule.ts
Expand Up @@ -214,7 +214,7 @@ interface RuleContext<
* the root of the AST and continuing through the direct parent of the current node.
* This array does not include the currently-traversed node itself.
*/
getAncestors(): readonly TSESTree.Node[];
getAncestors(): TSESTree.Node[];

/**
* Returns a list of variables declared by the given node.
Expand Down

0 comments on commit 725d507

Please sign in to comment.