1
0
Fork 0
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:
Jonas Jenwald 2023-02-11 14:41:32 +01:00
parent fd1c9e34ac
commit 5023a41fb7
3 changed files with 181 additions and 81 deletions

View file

@ -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"]