wbuchwalter / tslint-loader

tslint loader for webpack
193 stars 65 forks source link

Getting `Tried to lint` errors in tslint-loader #116

Open hisuwh opened 5 years ago

hisuwh commented 5 years ago

We have had tslint-loader set up for a while on our project but we have now started getting errors like these for all our files:

Tried to lint C:\code\my-projct\src\approver\index.ts but found no valid, enabled rules for this file type and file path in the resolved configuration.

Running tslint separately works as expected.

hisuwh commented 5 years ago

Anyone monitoring this repo?

lukejagodzinski commented 5 years ago

@hisuwh you're probably missing tslint.json file in the root directory

hisuwh commented 5 years ago

@lukejagodzinski give me some credit. of course I've got a tslint.json

lukejagodzinski commented 5 years ago

@hisuwh you know it's just the most common error when you're missing tslint.json file. I'm not maintainer of this package but it's a good practice to give more details about your project config ;). Without that, I don't think anyone will bother ;)

hisuwh commented 5 years ago

@lukejagodzinski my configuration didn't change and then this suddenly started happening so I was hoping it was bug that one of the maintainer might be able to give some advice on.

curiousbabyMz commented 1 year ago

I got the same problem 😭