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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
When running tslint --project . with allowJs enabled in tsconfig.json and no files specified on CLI, imported js files will be linted.
tslint tries to exclude dependencies by filtering *.d.ts files, but that doesn't work if the program contains js files.
When running
tslint --project .
withallowJs
enabled in tsconfig.json and no files specified on CLI, imported js files will be linted.tslint tries to exclude dependencies by filtering
*.d.ts
files, but that doesn't work if the program contains js files.This is blocked until microsoft/TypeScript#16111 is done.
The text was updated successfully, but these errors were encountered: