Skip to content

Commit

Permalink
Remove plugin and add rule
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 28, 2024
1 parent db66e4f commit 6768540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"extends": "stylelint-config-standard",
"plugins": ["stylelint-order", "stylelint-csstree-validator"],
"plugins": ["stylelint-order"],
"rules": {
"order/properties-alphabetical-order": true,
"csstree/validator": true,
"selector-class-pattern": null,
"custom-property-pattern": null,
"color-function-notation": "legacy",
"alpha-value-notation": "number",
"color-hex-length": "long",
"selector-not-notation": null
"selector-not-notation": null,
"declaration-property-value-no-unknown": true
}
}

0 comments on commit 6768540

Please sign in to comment.