Skip to content

Commit

Permalink
Fix stylelint deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Mar 10, 2024
1 parent 587c7ac commit 3be37ae
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ rules:

value-keyword-case: lower

scss/at-import-no-partial-leading-underscore: true
scss/at-import-partial-extension: never
scss/at-function-pattern: ^([a-z][a-z0-9]*)(-[a-z0-9]+)*$
scss/at-mixin-argumentless-call-parentheses: always
Expand All @@ -55,6 +54,7 @@ rules:
scss/double-slash-comment-whitespace-inside: always
scss/declaration-nested-properties: never
scss/dimension-no-non-numeric-values: true
scss/load-no-partial-leading-underscore: true
scss/media-feature-value-dollar-variable:
- always
- ignore: [keywords]
Expand Down
31 changes: 17 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@
"sass-loader": "^14.1.1",
"script-loader": "^0.7.2",
"semver": "^7.3.7",
"stylelint": "^15.10.2",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^5.0.1",
"stylelint-stylistic": "^0.4.3",
"stylelint-stylistic": "^0.4.5",
"terser-webpack-plugin": "^5.3.3",
"uglify-js": "^3.16.0",
"webpack": "^5.73.0",
Expand Down

0 comments on commit 3be37ae

Please sign in to comment.