stylelint-no-unused-selectors icon indicating copy to clipboard operation
stylelint-no-unused-selectors copied to clipboard

A rule for stylelint to disallow unused selectors

Results 37 stylelint-no-unused-selectors issues
Sort by recently updated
recently updated
newest added

While checking if a class-name is used, can camelized version also be checked?

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.5.0 to 10.1.7. Release notes Sourced from lint-staged's releases. v10.1.7 10.1.7 (2020-04-21) Bug Fixes use stash create/store to prevent files from disappearing from disk (c9adca5) v10.1.6 10.1.6...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.21 to 13.7.7. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=12.12.21&new-version=13.7.7)](https://dependabot.com/compatibility-score/?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=12.12.21&new-version=13.7.7) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi 👋 Thanks so much for your work with on this handy plugin. Here is a quick PR as I noticed that the README.md was suggesting to install stylelint and...

This is a feature request. It would be really cool if we had support for Vue templates here, which requires writing an additional plugin similar to [stylelint-no-unused-selectors-plugin-jsx](https://github.com/nodaguti/stylelint-no-unused-selectors/tree/master/src/plugins/stylelint-no-unused-selectors-plugin-jsx). Currently the [documentation...

Using configuration https://github.com/nodaguti/stylelint-no-unused-selectors#configuration specified in README outputs Invalid Option: Invalid value "[object Object]" for option "resolve" of rule "plugin/no-unused-selectors" ``` [email protected] [email protected] ```

When there is no expressions and variables used in curly braces, template literals and computed properties, we should be able to extract classNames from them. - `` - ```` -...

enhancement