aboutsummaryrefslogtreecommitdiff
path: root/juick-www/.stylelintrc.json
diff options
context:
space:
mode:
authorGravatar KillyMXI2017-06-21 21:52:48 +0300
committerGravatar KillyMXI2017-06-21 21:52:48 +0300
commit65fff47182d07729769d3f8629b2ea75f6c8018e (patch)
tree581e74c3d45f947919037ed645b64aab46358e8f /juick-www/.stylelintrc.json
parent0b6a7c341ecf0dc04f9708f727b8cc134dbd7e85 (diff)
juick-www: replaced csslint with stylelint
Diffstat (limited to 'juick-www/.stylelintrc.json')
-rw-r--r--juick-www/.stylelintrc.json14
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