From 65fff47182d07729769d3f8629b2ea75f6c8018e Mon Sep 17 00:00:00 2001 From: KillyMXI Date: Wed, 21 Jun 2017 21:52:48 +0300 Subject: juick-www: replaced csslint with stylelint --- juick-www/.stylelintrc.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 juick-www/.stylelintrc.json (limited to 'juick-www/.stylelintrc.json') 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 -- cgit v1.2.3