Skip to content

Commit

Permalink
Add CSS validator (#37)
Browse files Browse the repository at this point in the history
* Add CSS validator

* Fix copy-paste typo
  • Loading branch information
fcollonval authored Jul 30, 2023
1 parent f256e36 commit 6356b29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template/package.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"stylelint": "^15.10.1",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-csstree-validator": "^3.0.0",
"stylelint-prettier": "^4.0.0",
"typescript": "~5.0.2",
"yjs": "^13.5.0"
Expand Down Expand Up @@ -201,7 +202,11 @@
"stylelint-config-standard",
"stylelint-prettier/recommended"
],
"plugins": [
"stylelint-csstree-validator"
],
"rules": {
"csstree/validator": true,
"property-no-vendor-prefix": null,
"selector-no-vendor-prefix": null,
"value-no-vendor-prefix": null{% if kind.lower() == "theme" %},
Expand Down

0 comments on commit 6356b29

Please sign in to comment.