Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/.stylelintrc b/.stylelintrc
new file mode 100644
index 0000000..95fd87e
--- /dev/null
+++ b/.stylelintrc
@@ -0,0 +1,12 @@
+{
+ "extends": [
+ "@wemake-services/stylelint-config-scss"
+ ],
+ "rules": {
+ "color-format/format": null,
+ "custom-property-empty-line-before": null,
+ "no-descending-specificity": null,
+ "selector-max-compound-selectors": null,
+ "scss/selector-no-redundant-nesting-selector": null
+ }
+}