stylelint-config-recommended-scss
stylelint-config-recommended-scss copied to clipboard
The recommended shareable SCSS config for Stylelint
Sass hasn't caught up to the modern color functions standard, it would throw an error if the new function were used. For more info see [this thread](https://stackoverflow.com/questions/66825515/getting-error-in-css-with-rgb0-0-0-15).
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.5.3 to 27.0.4. Release notes Sourced from eslint-plugin-jest's releases. v27.0.4 27.0.4 (2022-09-10) Bug Fixes consistent rule doc notices and sections (#1226) (2580563) v27.0.3 27.0.3 (2022-09-09) Bug Fixes...
Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 1.7.0 to 1.9.0. Release notes Sourced from eslint-plugin-regexp's releases. v1.9.0 ✨ Enhancements Add minAlternatives option for regexp/prefer-character-class rule by @RunDevelopment in ota-meshi/eslint-plugin-regexp#462 Full Changelog: https://github.com/ota-meshi/eslint-plugin-regexp/compare/v1.8.0...v1.9.0 v1.8.0 ✨...
Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 8.0.0 to 9.0.0. Release notes Sourced from stylelint-config-recommended's releases. 9.0.0 Removed: stylelint less than 14.10.0 from peer dependencies. Added: annotation-no-unknown rule. Changelog Sourced from stylelint-config-recommended's changelog. 9.0.0...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.0.0 to 6.2.0. Release notes Sourced from stylelint-scss's releases. 6.2.0 Added: at-import-partial-extension-allowed-list rule, and deprecated at-import-partial-extension-whitelist rule (#958). Added: at-import-partial-extension-disallowed-list rule, and deprecated at-import-partial-extension-blacklist rule (#958). Fixed:...
The combination of 'stylelint-config-standard' and 'stylelint-config-recommended-scss' leads to an interesting effect. The former contains this rule: _'import-notation': 'url'_ That leads to _import 'mixins.scss'_ > _'import url('mixins.scss')_ Imports are resolved to...
Hi all - bit of an edge case here, but seemed worth reporting. In this repository's ruleset, the 'color-function-notation' rule is set to 'modern' (inherited from [here](https://github.com/stylelint/stylelint-config-standard/blob/HEAD/index.js#L36) ) However, this...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 14.0.0 to 14.0.1. Release notes Sourced from stylelint-config-recommended's releases. 14.0.1 Fixed: missing funding field in package.json. Changelog Sourced from stylelint-config-recommended's changelog. 14.0.1 Fixed: missing funding field in...
Bumps [np](https://github.com/sindresorhus/np) from 10.0.5 to 10.0.6. Release notes Sourced from np's releases. v10.0.6 Fix usage with pnpm and --any-branch or --branch (#745) d0c1493 https://github.com/sindresorhus/np/compare/v10.0.5...v10.0.6 Commits a9e8fc7 10.0.6 d0c1493 Fix usage...