Skip to content

Stylelint complains that the class is not in kebab-case #13

@Anthony-Gaudino

Description

@Anthony-Gaudino

After installing and setting up the extends in Package.json:

  "stylelint": {
    "extends": [
      "stylelint-config-recess-order",
      "stylelint-config-standard-scss",
      "stylelint-config-css-modules"
    ]
  },

Stylelint complains that class names are not in kebab-case even though CSS modules should be in camelCase.

I think this may not be working at all, since in VSCode it says that the @value is an Unknown at rule.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions