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.
Hi @plantain-00, this seems like the same issue described here in #1091. Single quotes aren't recognized by cmd.exe, so that's most likely what's causing you issues. You could try switching to PowerShell, which I believe allows the use of single quotes as quotes. Hope this helps!
Bug Report
3.9.0
1.8.10
TypeScript code being linted
Actual behavior
If I run
tslint 'a.ts'
:If I run
tslint "a.ts"
Expected behavior
I think they should have a same behaviour.
The text was updated successfully, but these errors were encountered: