mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Enable the Stylelint declaration-block-no-duplicate-properties
rule (issue 16995)
Please refer to https://stylelint.io/user-guide/rules/declaration-block-no-duplicate-properties
This commit is contained in:
parent
561aea530b
commit
80e691d2ad
3 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
"prettier/prettier": true,
|
||||
|
||||
"block-no-empty": true,
|
||||
"declaration-block-no-duplicate-properties": true,
|
||||
"declaration-block-no-redundant-longhand-properties": true,
|
||||
"declaration-property-value-disallowed-list": {
|
||||
"float": ["inline-start", "inline-end"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue