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
I have added "coffeelint-brunch": "~1.5.0" to package.json and done npm install (package installed).
When I run brunch build it doesn't actually lints (no errors/warn me on anything in any case)
I have tried with configuration of coffeelint plugin using
coffeelint:
pattern: /^app/.*.coffee$/
options:
no_trailing_semicolons:
level: 'warn'
But it didn't help.
What have I missed?
It would be nice to add coffeelint support to this seed to have it out of the box!
Thanks
The text was updated successfully, but these errors were encountered:
I am using this seed.
coffeelint:
pattern: /^app/.*.coffee$/
options:
no_trailing_semicolons:
level: 'warn'
But it didn't help.
What have I missed?
It would be nice to add coffeelint support to this seed to have it out of the box!
Thanks
The text was updated successfully, but these errors were encountered: