Skip to content

Commit

Permalink
Add plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 27, 2024
1 parent 15d6e6e commit 9811a82
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -81,6 +81,7 @@ repos:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
args: ["--fix"]

- repo: https://github.com/errata-ai/vale
Expand Down
3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"extends": "stylelint-config-standard",
"plugins": ["stylelint-order"],
"plugins": ["stylelint-order", "stylelint-csstree-validator"],
"rules": {
"order/properties-alphabetical-order": true,
"csstree/validator": true,
"selector-class-pattern": null,
"custom-property-pattern": null,
"color-function-notation": "legacy",
Expand Down

0 comments on commit 9811a82

Please sign in to comment.