Actually only test json files in jsonlint, rename stylelintrc for clarity

This commit is contained in:
rejas
2019-06-05 20:33:53 +02:00
parent f600c163ca
commit 62cb3a610e
2 changed files with 4 additions and 4 deletions

5
.stylelintrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "stylelint-config-standard",
"font-family-name-quotes": "double-where-recommended",
"block-no-empty": false
}