Updated lint errors, updated Stylelint library to latest version
Re-added stylelint/order plugin, updated options to match new syntax . Fixed stylelint error
This commit is contained in:
+2
-2
@@ -9,10 +9,10 @@
|
||||
|
||||
"rules": {
|
||||
"declaration-block-no-duplicate-properties": true,
|
||||
"order/declaration-block-properties-alphabetical-order": true,
|
||||
"order/properties-alphabetical-order": true,
|
||||
"property-no-unknown": [
|
||||
true, {
|
||||
ignoreProperties:
|
||||
ignoreProperties:
|
||||
["inset-block-end", "inset-block-start"]
|
||||
}],
|
||||
"property-blacklist": [
|
||||
|
||||
Reference in New Issue
Block a user