recently, the team needs to integrate a development specification when they are working on review code, in which the css check uses stylelint.
the restrictions on class names are based on dashes rather than underscores or humps. For example, eslint is restricted by the rule of camelcase. I wonder if there is a similar rule in stylelint.
or if not, can restrictions be made in other ways?