Skip to content

Commit 048e8f2

Browse files
authored
Fix not showing deprecated lints (#15407)
As discussed at #15387 revert changes #15315 to show deprecated. changelog: none
2 parents 7a17931 + 0708b6a commit 048e8f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/gh-pages/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ const LEVEL_FILTERS_DEFAULT = {
208208
allow: true,
209209
warn: true,
210210
deny: true,
211+
none: true,
211212
};
212213
const APPLICABILITIES_FILTER_DEFAULT = {
213214
Unspecified: true,

0 commit comments

Comments
 (0)