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
This would be helpful in the case of Typescript where it is very likely that a user would want to skip type definition files *.d.ts or test files (e.g., *.spec.ts).
Could be supported as either:
Regex matching of extensions
Extension exclude list (global or check local).
The text was updated successfully, but these errors were encountered:
This would be helpful in the case of Typescript where it is very likely that a user would want to skip type definition files
*.d.ts
or test files (e.g.,*.spec.ts
).Could be supported as either:
The text was updated successfully, but these errors were encountered: