summaryrefslogtreecommitdiffstats
path: root/.stylelintrc
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc22
1 files changed, 0 insertions, 22 deletions
diff --git a/.stylelintrc b/.stylelintrc
deleted file mode 100644
index ce743ad9..00000000
--- a/.stylelintrc
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "extends": "stylelint-config-recommended-scss",
- "rules": {
- "indentation": "tab",
- "selector-type-no-unknown": null,
- "number-leading-zero": null,
- "rule-empty-line-before": ["always", {
- "ignore": ["after-comment", "inside-block"]
- }],
- "declaration-empty-line-before": ["never", {
- "ignore": ["after-declaration"]
- }],
- "comment-empty-line-before": null,
- "selector-type-case": null,
- "selector-list-comma-newline-after": null,
- "no-descending-specificity": null,
- "string-quotes": "single",
- },
- "plugins": [
- "stylelint-scss"
- ]
-}