Open
Description
ESLint allows a custom location for the config file:
eslint:
enabled: true
config:
config: FOLDER/.eslintrc
It seems CSSLint doesn't support this:
csslint:
enabled: true
config:
config: FOLDER/.csslintrc
It only works when the .csslintrc
is in the root directory.
Do I need to change it or is it just not supported?
Metadata
Assignees
Labels
No labels