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-nocheckOptions '--ext' and '--project' cannot be used togethereven though you didn't explicitly enable--project@typescript-eslint/parserand@typescript-eslint/eslint-plugineasier (Investigate adding compatibility for ESLint rules #517)TBD:
What to do with the current behavior regarding
// @ts-nocheck?