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
Adding csslint would be really straightforward (it's a node package like eslint), the problem with CSS linters is that they tend to be extremely semantic, not just care about syntax, so it would be tricky to create a set of rules without redesigning half of the templates.
Example: csslint run against /web/styles without any specific config: result.txt
Now that we lint both php and js, let's discuss if there is a way to also lint our css files without adding too complex dependencies to the project.
The text was updated successfully, but these errors were encountered: