diff options
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 7df4249c..83175ed0 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -9,6 +9,7 @@ "ignore": ["attribute", "class"] } ], + "string-no-newline": null, "indentation": 4, "string-quotes": "single", "max-nesting-depth": 2, |