summaryrefslogtreecommitdiffstats
path: root/.stylelintrc
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc40
1 files changed, 20 insertions, 20 deletions
diff --git a/.stylelintrc b/.stylelintrc
index ce743ad9..3d88cf73 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -1,22 +1,22 @@
{
- "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"
- ]
+ "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"
+ ]
}