Upgrade to stylelint 15 (#22944)
- Upgrade stylelint and plugin - Change ruleset to a explicit one, with all deprecated rules removed - Fix new issues detected by value validation For `overflow: overlay` see https://github.com/stylelint/stylelint/issues/6667
This commit is contained in:
parent
c8c2a31818
commit
77f70bd5a3
8 changed files with 232 additions and 139 deletions
|
@ -65,9 +65,8 @@
|
|||
"jsdom": "21.0.0",
|
||||
"markdownlint-cli": "0.33.0",
|
||||
"postcss-less": "6.0.0",
|
||||
"stylelint": "14.16.1",
|
||||
"stylelint-config-standard": "29.0.0",
|
||||
"stylelint-declaration-strict-value": "1.9.1",
|
||||
"stylelint": "15.2.0",
|
||||
"stylelint-declaration-strict-value": "1.9.2",
|
||||
"svgo": "3.0.2",
|
||||
"updates": "13.2.7",
|
||||
"vitest": "0.27.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue