Skip to content

Commit

Permalink
Update references to deprecated Stylelint rules
Browse files Browse the repository at this point in the history
https://stylelint.io/migration-guide/to-15
Signed-off-by: Roger Sheen <roger@infotexture.net>
  • Loading branch information
infotexture committed Sep 17, 2023
1 parent 2feeb0c commit 9292017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
],
"rules": {
"declaration-no-important": null,
"number-leading-zero": "always",
"selector-max-id": 1,
"selector-max-type": 3,
"selector-no-qualifying-type": null,
"string-quotes": "single"
"stylistic/number-leading-zero": "always",
"stylistic/string-quotes": "single"
}
},
"devDependencies": {
Expand Down

0 comments on commit 9292017

Please sign in to comment.