Fixed linter errors after last upgrade

This commit is contained in:
squidfunk 2023-04-19 19:05:55 +02:00
parent da846f4dd0
commit 3dfd1a18bf
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
2 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,6 @@
}
],
"jsdoc/empty-tags": "warn",
"jsdoc/newline-after-description": "warn",
"jsdoc/no-bad-blocks": "warn",
"jsdoc/no-defaults": "warn",
"jsdoc/no-types": "warn",

View File

@ -73,6 +73,7 @@
],
"linebreaks": "unix",
"media-feature-name-no-unknown": null,
"media-feature-range-notation": null,
"no-descending-specificity": null,
"no-empty-first-line": true,
"no-unknown-animations": true,