I am using this seed.
- 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
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