Skip to content

Commit f708b4e

Browse files
committed
build: bump stylelint-config-standard-scss
1 parent 225b247 commit f708b4e

File tree

3 files changed

+39
-36
lines changed

3 files changed

+39
-36
lines changed

package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"postcss": "^8.4.47",
4949
"sass": "^1.88.0",
5050
"stylelint": "^16.19.1",
51-
"stylelint-config-standard-scss": "^14.0.0",
51+
"stylelint-config-standard-scss": "^15.0.0",
5252
"time-grunt": "^2.0.0"
5353
}
5454
}

stylelint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ module.exports = {
5353
rules: {
5454
"at-rule-empty-line-before": null,
5555
"at-rule-no-vendor-prefix": null,
56+
"at-rule-prelude-no-invalid": null,
57+
"color-function-alias-notation": null,
5658
"color-hex-length": null,
5759
"comment-empty-line-before": null,
5860
"comment-whitespace-inside": null,
@@ -117,6 +119,7 @@ module.exports = {
117119
ignoreFiles: [
118120
"**/*.min.css",
119121
"méli-mélo/compilation-gelé/**",
122+
"méli-mélo/deprecated/**",
120123
"node_modules/**",
121124
"~sites/**",
122125
"dist/**"

0 commit comments

Comments
 (0)