13 lines
283 B
JSON
13 lines
283 B
JSON
{
|
|
"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"]
|
|
}
|
|
]
|
|
}
|
|
}
|