Fix not showing deprecated lints

This commit is contained in:
Alexey Semenyuk 2025-08-04 18:25:46 +05:00
parent e8185ec091
commit 0708b6a1e6

View file

@ -208,6 +208,7 @@ const LEVEL_FILTERS_DEFAULT = {
allow: true,
warn: true,
deny: true,
none: true,
};
const APPLICABILITIES_FILTER_DEFAULT = {
Unspecified: true,