Skip to content

Commit

Permalink
[FIX] Stylelint config for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Aug 24, 2023
1 parent a6f827e commit 107700a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ repos:
- --formatter=compact
additional_dependencies:
- [email protected]
- [email protected]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"indentation": 4,
"color-no-hex": true,
"number-max-precision": 5,
"no-descending-specificity": false,
"no-descending-specificity": null,
"selector-class-pattern": "_?[a-z0-9]+(-[a-z0-9]+)*$",
"selector-id-pattern": "_?[a-z0-9]+(-[a-z0-9]+)*$",
"selector-type-case": [
Expand Down

0 comments on commit 107700a

Please sign in to comment.