Merge pull request #38 from Discours/styleslint-default-severity

stylelint defaultSeverity set to warning
This commit is contained in:
Igor Lobanov 2022-10-21 13:42:08 +02:00 committed by GitHub
commit e23cc580f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,6 @@
"custom-properties",
"declarations"
]
}
},
"defaultSeverity": "warning"
}