We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
context
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disallows rules from using the following deprecated methods on context:
getSource
getSourceLines
getAllComments
getNodeByRangeIndex
getComments
getCommentsBefore
getCommentsAfter
getCommentsInside
getJSDocComment
getFirstToken
getFirstTokens
getLastToken
getLastTokens
getTokenAfter
getTokenBefore
getTokenByRangeStart
getTokens
getTokensAfter
getTokensBefore
getTokensBetween
The text was updated successfully, but these errors were encountered:
New: no-deprecated-context-methods rule (fixes #40)
d05be73
8931504
not-an-aardvark
No branches or pull requests
Disallows rules from using the following deprecated methods on
context
:getSource
getSourceLines
getAllComments
getNodeByRangeIndex
getComments
getCommentsBefore
getCommentsAfter
getCommentsInside
getJSDocComment
getFirstToken
getFirstTokens
getLastToken
getLastTokens
getTokenAfter
getTokenBefore
getTokenByRangeStart
getTokens
getTokensAfter
getTokensBefore
getTokensBetween
The text was updated successfully, but these errors were encountered: