aboutsummaryrefslogtreecommitdiff
path: root/juick-www/.stylelintrc.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-08-24 14:48:50 +0300
committerGravatar Vitaly Takmazov2018-08-24 14:48:50 +0300
commit93c8d1a052753584a4f55118f6753a952a3089a9 (patch)
treeab39253d68a4fa33a428058a309dfaf71c3266b9 /juick-www/.stylelintrc.json
parent4fab4e8df0defce8338b48eda0349a15724d1d4e (diff)
drop www files
Diffstat (limited to 'juick-www/.stylelintrc.json')
-rw-r--r--juick-www/.stylelintrc.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/juick-www/.stylelintrc.json b/juick-www/.stylelintrc.json
deleted file mode 100644
index d439742a..00000000
--- a/juick-www/.stylelintrc.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "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-descending-specificity": null
- }
-}