mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Update Stylelint to version 15
Notably this obsoletes the `stylelint-config-prettier` package; please see https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-15.md for additional details.
This commit is contained in:
parent
fd1c9e34ac
commit
5023a41fb7
3 changed files with 181 additions and 81 deletions
|
@ -3,12 +3,9 @@
|
|||
"stylelint-prettier"
|
||||
],
|
||||
|
||||
"extends": [
|
||||
"stylelint-prettier/recommended"
|
||||
],
|
||||
|
||||
|
||||
"rules": {
|
||||
"prettier/prettier": true,
|
||||
|
||||
"block-no-empty": true,
|
||||
"length-zero-no-unit": [true, {
|
||||
ignore: ["custom-properties"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue