Skip to content

Commit

Permalink
Update Stylelint (Fixes #11340) (#11400)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson authored Apr 1, 2022
1 parent 446d441 commit 849e2f9
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 165 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ repos:
hooks:
- id: stylelint
additional_dependencies:
- "stylelint@14.0.1"
- "stylelint-config-standard-scss@2.0.1"
- "stylelint@14.6.1"
- "stylelint-config-standard-scss@3.0.0"
- "postcss-scss@4.0.2"
- "postcss@8.3.11"
- repo: https://github.com/eslint/eslint
Expand Down
1 change: 1 addition & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"value-keyword-case": [
"lower",
{
"camelCaseSvgKeywords": true,
"ignoreFunctions": ["local"]
}
],
Expand Down
Loading

0 comments on commit 849e2f9

Please sign in to comment.