Netcentric / stylelint-config

Cognizant Netcentric's coding and style rules for Stylelint
Apache License 2.0
4 stars 1 forks source link

Config enforcing kebab-case class names #9

Open prototowb opened 2 years ago

prototowb commented 2 years ago

Expected Behaviour

Shouldn't throw errors when using camelCase class names.

Actual Behaviour

Throws Expected class selector to be kebab-case for the selector-class-pattern rule.

Steps to Reproduce

Write camelCase class > lint

Platform and Version

v1.2.1

Sample Code that illustrates the problem

.className { ... }

log/docs

This issue is related to PR #8