Skip to content

Commit

Permalink
Bump stylelint-config-recommended from 14.0.1 to 15.0.0
Browse files Browse the repository at this point in the history
Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 14.0.1 to 15.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-recommended@14.0.1...15.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-recommended
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and nickcharlton committed Feb 19, 2025
1 parent 40c0048 commit 859ea1d
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 64 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'declaration-property-value-disallowed-list': {
'/^transition/': ['/all/'],
},
'declaration-property-value-no-unknown': null,
'function-url-quotes': 'always',
'length-zero-no-unit': true,
'max-nesting-depth': 3,
Expand Down Expand Up @@ -53,7 +54,7 @@ module.exports = {
'scss/at-extend-no-missing-placeholder': true,
'scss/at-function-parentheses-space-before': 'never',
'scss/load-no-partial-leading-underscore': true,
'scss/at-import-partial-extension-blacklist': ['scss'],
'scss/at-import-partial-extension-disallowed-list': ['scss'],
'scss/at-mixin-parentheses-space-before': 'never',
'scss/at-rule-no-unknown': true,
'scss/dollar-variable-colon-space-after': 'always',
Expand Down
Loading

0 comments on commit 859ea1d

Please sign in to comment.