clutchski / coffeelint

Lint your CoffeeScript.
http://www.coffeelint.org
Other
1.18k stars 171 forks source link

Windows not honoring coffeelint.json #588

Open warlord0 opened 7 years ago

warlord0 commented 7 years ago

Using this on my Linux box is great. But on Windows 10 using the same project it fails to find a default config file regardless of where I put it.

Every time it fails and I must use -f ./coffeelint.json

warlord0 commented 7 years ago

Actually, when using "coffeelintConfig": in package.json it does work as expected. Especially if you spell it right :D But it still doesn't read from the coffeelint.json config file