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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2020-05-24 10:40:33 +0300
committerthingsym <thingsym@gmail.com>2020-05-24 10:40:33 +0300
commit0e475f3a2304ff2114948bf424357440eb0470a1 (patch)
treeb65bbb2c13cc0476bc166fc5a9ae1b5268eda847 /package.json
parent3279bff28c0d054ece7c4d9cc33f7ae1d3854d17 (diff)
fix: fix package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index bc079c9..23e9353 100644
--- a/package.json
+++ b/package.json
@@ -43,16 +43,16 @@
"webpack-stream": "^5.2.1"
},
"stylelint": {
- "rules": {
- "no-descending-specificity": null,
- "no-duplicate-selectors": null,
- "block-no-empty": null
- },
"extends": [
"stylelint-config-recommended",
"stylelint-scss",
"stylelint-config-recommended-scss"
- ]
+ ],
+ "rules": {
+ "no-descending-specificity": null,
+ "no-duplicate-selectors": null,
+ "block-no-empty": null
+ }
},
"eslintConfig": {
"env": {