Skip to content

Commit 3dfd1a1

Browse files
committed
Fixed linter errors after last upgrade
1 parent da846f4 commit 3dfd1a1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@
320320
}
321321
],
322322
"jsdoc/empty-tags": "warn",
323-
"jsdoc/newline-after-description": "warn",
324323
"jsdoc/no-bad-blocks": "warn",
325324
"jsdoc/no-defaults": "warn",
326325
"jsdoc/no-types": "warn",

.stylelintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
],
7474
"linebreaks": "unix",
7575
"media-feature-name-no-unknown": null,
76+
"media-feature-range-notation": null,
7677
"no-descending-specificity": null,
7778
"no-empty-first-line": true,
7879
"no-unknown-animations": true,

0 commit comments

Comments
 (0)