Refactor: replace module-scoped code
and extra
variables
#5833
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
package: parser
Issues related to @typescript-eslint/parser
package: typescript-estree
Issues related to @typescript-eslint/typescript-estree
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Uh oh!
There was an error while loading. Please reload this page.
Suggestion
parseAndGenerateServices
is called insideparseForESLint
from@typescript-eslint/typescript-estree
. This code is old and has been added to a lot - ripe for refactors! For example, thecode
andextra
module-scoped variables are from an older code style that hasn’t been adhered to in a long while.This issue is from a pairing with @bradzacher
The text was updated successfully, but these errors were encountered: