-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tslint:recommended
appears to not be working
#9
Comments
Hmm nothing drops in from the top of my head. Will need dig deeper. Will look at it and let you know by EOD . Thanks for reporting @Turbo87 |
@Turbo87 : Found the issue. The core issue is that TSLint library In the meanwhile I will also remove the extra checks for I will try to fix the issue in tslint repo but I won't be able to start looking at it until next weekend. |
Opened issue in tslint: palantir/tslint#2011 |
@kratiahuja awesome, thanks for taking care of this so quickly! |
fixed by #12. thanks again! |
My
tslint.json
file is looking like this:and seems to be supported properly when I run it via command line (
node_modules/.bin/tslint src/*.ts
).If I try to use the same file with
broccoli-tslinter
I'm seeing the following error:If I change the file to:
I'm now seeing:
but I don't see all the errors that I see when running directly from the command line.
Any clue what's going on here?
The text was updated successfully, but these errors were encountered: