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

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc.js')
-rw-r--r--.stylelintrc.js10
1 files changed, 2 insertions, 8 deletions
diff --git a/.stylelintrc.js b/.stylelintrc.js
index fcd55f1..f541c15 100644
--- a/.stylelintrc.js
+++ b/.stylelintrc.js
@@ -1,12 +1,6 @@
module.exports = {
- extends: [
- 'stylelint-config-standard',
- 'stylelint-config-recess-order',
- 'stylelint-config-prettier',
- ],
+ extends: ['stylelint-config-one'],
rules: {
- 'no-descending-specificity': null,
- 'custom-property-empty-line-before': null,
- 'rule-empty-line-before': ['always', { ignore: ['after-comment', 'first-nested'] }],
+ // 'no-descending-specificity': null,
},
};