diff options
Diffstat (limited to 'juick-www/.stylelintrc.json')
-rw-r--r-- | juick-www/.stylelintrc.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/juick-www/.stylelintrc.json b/juick-www/.stylelintrc.json new file mode 100644 index 00000000..2e72921f --- /dev/null +++ b/juick-www/.stylelintrc.json @@ -0,0 +1,14 @@ +{ + "extends": "stylelint-config-standard", + "_rules_documentation" : "https://github.com/stylelint/stylelint/blob/master/docs/user-guide/rules.md", + "rules": { + "at-rule-empty-line-before": null, + "color-hex-case": null, + "color-hex-length": null, + "comment-empty-line-before": null, + "indentation": 4, + "rule-empty-line-before": null, + "selector-pseudo-element-colon-notation": null, + "shorthand-property-no-redundant-values": null + } +}
\ No newline at end of file |