I have created a .csslintrc file in my Mimosa project as documented in mimosa-config-documented.coffee
I have also created a .jshintrc file
The css lint file IS NOT being picked up The JS hint file IS being picked up
This is confirmed when I run ... mimosa watch -sD (debug mode)
Changing CSS lint rules in mimosa-config-documented.coffee doesn't work either
Does anyone know how to adjust CSS lint rules for Mimosa? I find the mimosa-csslint module great but some of the rules are overly restrictive and i need to turn some off
If anyone can help it would be amazing - thanks No skeleton projects seem to cover this :(