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

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/stylelint-config-recommended/index.js')
-rw-r--r--assets/node_modules/stylelint-config-recommended/index.js36
1 files changed, 0 insertions, 36 deletions
diff --git a/assets/node_modules/stylelint-config-recommended/index.js b/assets/node_modules/stylelint-config-recommended/index.js
deleted file mode 100644
index 06e8b42..0000000
--- a/assets/node_modules/stylelint-config-recommended/index.js
+++ /dev/null
@@ -1,36 +0,0 @@
-"use strict";
-
-module.exports = {
- rules: {
- "at-rule-no-unknown": true,
- "block-no-empty": true,
- "color-no-invalid-hex": true,
- "comment-no-empty": true,
- "declaration-block-no-duplicate-properties": [
- true,
- {
- ignore: ["consecutive-duplicates-with-different-values"]
- }
- ],
- "declaration-block-no-shorthand-property-overrides": true,
- "font-family-no-duplicate-names": true,
- "font-family-no-missing-generic-family-keyword": true,
- "function-calc-no-invalid": true,
- "function-calc-no-unspaced-operator": true,
- "function-linear-gradient-no-nonstandard-direction": true,
- "keyframe-declaration-no-important": true,
- "media-feature-name-no-unknown": true,
- "no-descending-specificity": true,
- "no-duplicate-at-import-rules": true,
- "no-duplicate-selectors": true,
- "no-empty-source": true,
- "no-extra-semicolons": true,
- "no-invalid-double-slash-comments": true,
- "property-no-unknown": true,
- "selector-pseudo-class-no-unknown": true,
- "selector-pseudo-element-no-unknown": true,
- "selector-type-no-unknown": true,
- "string-no-newline": true,
- "unit-no-unknown": true
- }
-};