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

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

dependencies

Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 7.0.1. Release notes Sourced from husky's releases. v7.0.0 Improve .husky/ directory structure. .husky/.gitignore is now unnecessary and can be removed. Improve error output (shorter) Update...

dependencies

Bumps [prettier](https://github.com/prettier/prettier) from 1.18.2 to 2.3.2. Release notes Sourced from prettier's releases. 2.3.2 changelog v2.3.1 Changelog 2.3.0 diff 🔗 Release Notes 2.2.1 🔗 Changelog 2.2.0 diff 🔗 Release Notes 2.1.2...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [stylelint](https://github.com/stylelint/stylelint) from 10.1.0 to 13.13.1. Release notes Sourced from stylelint's releases. 13.13.1 Fixed: invalid JSON for max-warnings option (#5267). Fixed: no-invalid-position-at-import-rule false positives for dollar variables (#5264). 13.13.0 Added:...

dependencies

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.3.0 to 4.5.1. Release notes Sourced from normalize-url's releases. v4.5.0 Strip default MIME type and charset in data URLs (#100) 308909b https://github.com/sindresorhus/normalize-url/compare/v4.4.1...v4.5.0 v4.4.1 Fix data URL should...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 1.13.0 to 4.16.1. Release notes Sourced from @typescript-eslint/parser's releases. v4.16.1 4.16.1 (2021-03-01) Bug Fixes typescript-estree: update TS version range (#3127) (0473674) v4.16.0 4.16.0 (2021-03-01) Bug Fixes eslint-plugin:...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.14.0 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...

dependencies
security

Would it be possible to check unused code only on .scss and .jsx files? Correct me if wrong, but it seems that unless you run this against .css files? Thank...