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
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.
@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
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
The text was updated successfully, but these errors were encountered: