Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
Update node dependencies (#2061)
Browse files Browse the repository at this point in the history
* Run npm update

* Run npm audit fix

* Update eslint to 8.8.0

* Update eslint-plugin-no-unsanitized to 4.0.1

* Update html-validate to 6.2.0

* Update jsdom to 19.0.0

* Update stylelint to 14.3.0

* Update stylelint-config-recommended to 6.0.0

* Remove dead rule

* Fix rule affecting currentColor keyword
  • Loading branch information
toasted-nutbread authored Feb 3, 2022
1 parent 2aea133 commit 3662c07
Show file tree
Hide file tree
Showing 3 changed files with 1,016 additions and 1,589 deletions.
8 changes: 6 additions & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"string-quotes": "single",
"color-named": "never",
"declaration-no-important": true,
"function-calc-no-invalid": true,
"function-calc-no-unspaced-operator": true,
"string-no-newline": true,
"unit-no-unknown": true,
Expand All @@ -25,7 +24,12 @@
"number-leading-zero": "always",
"number-no-trailing-zeros": true,
"unit-case": "lower",
"value-keyword-case": "lower",
"value-keyword-case": [
"lower",
{
"camelCaseSvgKeywords": true
}
],
"property-case": "lower",
"indentation": 4,
"max-empty-lines": 2,
Expand Down
Loading

0 comments on commit 3662c07

Please sign in to comment.