Skip to content
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

webpack coffeelint options don't work without ./coffeelint.json or options.configFile set #4

Open
goldensunliu opened this issue Apr 11, 2015 · 2 comments

Comments

@goldensunliu
Copy link

if a file backed coffeelint configuration is not found, none of the coffelint options set in webpack will be used either. i.e you must have ./coffeelint.json or options.configFile set before you can use options in webpack configuration itself.

https://github.com/bline/coffeelint-loader/blob/master/index.js#L36

@airwin
Copy link
Contributor

airwin commented Apr 16, 2015

I found the same problem and have sent a PR but seems the author is busy..

@airwin
Copy link
Contributor

airwin commented Apr 21, 2015

@goldensunliu the PR has been accept and you can try again. btw: I found another loader named 'coffee-lint-loader' do the similar things. Maybe they can merge into one. :) @bline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants