Skip to content

Commit

Permalink
modified: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-o committed Dec 20, 2023
1 parent 72709f4 commit 7bd0ea0
Show file tree
Hide file tree
Showing 7 changed files with 2,148 additions and 164 deletions.
5 changes: 1 addition & 4 deletions .trunk/configs/.stylelintrc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
extends:
- stylelint-config-standard
- stylelint-config-recess-order
- stylelint-config-rational-order
plugins:
- stylelint-color-format
- stylelint-csstree-validator
rules:
{
"csstree/validator": true,
"no-descending-specificity": true,
"declaration-block-no-duplicate-custom-properties": true,
"declaration-block-no-duplicate-properties": true,
Expand All @@ -16,7 +14,6 @@ rules:
"selector-pseudo-class-no-unknown": [true, {ignorePseudoClasses: ["global"]}],
"value-keyword-case": ["lower", {camelCaseSvgKeywords: true}],
"block-no-empty": null,
"order/properties-alphabetical-order": null,
"selector-class-pattern": null,
"custom-property-empty-line-before": null,
"selector-id-pattern": null,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"eslint-plugin-react-hooks": "^4.6.0",
"stylelint": "^16.0.2",
"stylelint-color-format": "^1.1.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^35.0.0",
"stylelint-csstree-validator": "^3.0.0",
"stylelint-order": "^6.0.4",
"typescript": "5.3.3"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 7bd0ea0

Please sign in to comment.