fork from https://github.com/mozilla/pdf.js.git
This commit is contained in:
22
.stylelintrc
Normal file
22
.stylelintrc
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"plugins": [
|
||||
"stylelint-prettier"
|
||||
],
|
||||
|
||||
"rules": {
|
||||
"prettier/prettier": true,
|
||||
|
||||
"alpha-value-notation": "number",
|
||||
"block-no-empty": true,
|
||||
"color-function-notation": "modern",
|
||||
"color-hex-length": "short",
|
||||
"color-no-invalid-hex": true,
|
||||
"declaration-block-no-duplicate-properties": true,
|
||||
"declaration-block-no-redundant-longhand-properties": true,
|
||||
"length-zero-no-unit": [true, {
|
||||
"ignore": ["custom-properties"]
|
||||
}],
|
||||
"selector-pseudo-element-colon-notation": "double",
|
||||
"shorthand-property-no-redundant-values": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user