Skip to content

.csslintrc not working when it's in a directory #38

Open
@JoryHogeveen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions