1
Fork 0

Add rule to stylelint temporarily

This commit is contained in:
Bauke 2018-06-17 12:22:32 +02:00
parent 7fa4d7e12f
commit cd98a2ca15
No known key found for this signature in database
GPG Key ID: 2E60C4161D9ECCB2
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
"extends": "stylelint-config-recommended",
"rules": {
"indentation": 2,
"string-quotes": "single"
"string-quotes": "single",
"no-descending-specificity": null
}
}