/
githubmirror
/
pdf.js
Обзор
Документация
Войти
/
githubmirror
/
pdf.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stylelint-mozcentral.json
12 строк
283 B
Calixte Denizet
Add a new linting task in order to detect unused/unknown css variables in the Firefox build
08 дек 2025, 11:44
Не верифицирован
08 дек 2025, 11:44
4bf7594
Код
Авторство
О чём код?
{ "plugins": ["./external/stylelint/no-unused-custom-properties.mjs"], "rules": { "no-unknown-custom-properties": true, "pdfjs/no-unused-custom-properties": [ true, { "ignoreList": ["scale-round-x", "scale-round-y", "input-width"] } ] } }