diff options
author | Vitaly Takmazov | 2018-08-24 14:48:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-08-24 14:48:50 +0300 |
commit | 93c8d1a052753584a4f55118f6753a952a3089a9 (patch) | |
tree | ab39253d68a4fa33a428058a309dfaf71c3266b9 /juick-www/.stylelintrc.json | |
parent | 4fab4e8df0defce8338b48eda0349a15724d1d4e (diff) |
drop www files
Diffstat (limited to 'juick-www/.stylelintrc.json')
-rw-r--r-- | juick-www/.stylelintrc.json | 15 |
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 - } -} |