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.