fork from https://github.com/mozilla/pdf.js.git
This commit is contained in:
12
stylelint-mozcentral.json
Normal file
12
stylelint-mozcentral.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user