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
Ah ok, no problem, I fixed it in the .codeclimate.yml at the moment.
Not a major issue but since ESLint supported this I thought CSSLint would support it as well.
I like to keep my "testing" files in a tests folder as much as possible to keep the root a bit more clean.
ESLint allows a custom location for the config file:
It seems CSSLint doesn't support this:
It only works when the
.csslintrc
is in the root directory.Do I need to change it or is it just not supported?
The text was updated successfully, but these errors were encountered: