Add prettier

This commit is contained in:
Michael Weimann 2022-12-12 11:48:11 +01:00
parent dec72c7683
commit 1cac306093
No known key found for this signature in database
GPG key ID: 53F535A266BB9584
6 changed files with 46 additions and 15 deletions

View file

@ -1,12 +1,14 @@
module.exports = {
"extends": "stylelint-config-standard",
"extends": [
"stylelint-config-standard",
"stylelint-config-prettier",
],
customSyntax: require('postcss-scss'),
"plugins": [
"stylelint-scss",
],
"rules": {
"color-hex-case": null,
"indentation": 4,
"comment-empty-line-before": null,
"declaration-empty-line-before": null,
"length-zero-no-unit": null,