You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Globbing doesn't use the FileSystem abstraction. although there is WIP: use FileSystem for globbing #418 to fix this, I'd rather not spend too much time on this
Watch mode (once implemented) would need a Program
Linting in editors also works with type information out of the box when using the LanguageService plugin
Motivation:
// @ts-nocheck
Options '--ext' and '--project' cannot be used together
even though you didn't explicitly enable--project
@typescript-eslint/parser
and@typescript-eslint/eslint-plugin
easier (Investigate adding compatibility for ESLint rules #517)TBD:
What to do with the current behavior regarding
// @ts-nocheck
?The text was updated successfully, but these errors were encountered: