stylelint-selector-bem-pattern
stylelint-selector-bem-pattern copied to clipboard
Stylelint plugin that incorporates postcss-bem-linter
**Example repo**: https://github.com/SeanFree/bem-stylelint-example **Node Version**: 20.11.1 **Stylelint Version**: 16.2.1 **Plugin Version**: 4.0.0 **Stylelint Config** ```json { "plugins": ["stylelint-selector-bem-pattern"], "rules": { "plugin/selector-bem-pattern": { "preset": "bem" } } } ``` **Example invalid...
Hi! fixed this https://github.com/simonsmith/stylelint-selector-bem-pattern/issues/72
I think `eslint-plugin-jest` should be listed as a devDependency rather than a dependency. I'm installing the utility and it's showing the following warnings: ``` "stylelint-selector-bem-pattern > [email protected]" has unmet peer...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Hi! After update stylelint to [16.13.0](https://github.com/stylelint/stylelint/releases/tag/16.13.0): ``` DeprecationWarning: Providing the `line` argument in the `utils.report()` function is deprecated ("plugin/selector-bem-pattern"). Please pass both `index` and `endIndex` as arguments in the `utils.report()`...