|
| 1 | +{ |
| 2 | + "customSyntax": "postcss-less", |
| 3 | + "extends": "stylelint-config-standard", |
| 4 | + "ignoreFiles": ["**/*.js"], |
| 5 | + "rules": { |
| 6 | + "alpha-value-notation": null, |
| 7 | + "at-rule-empty-line-before": null, |
| 8 | + "at-rule-no-unknown": null, |
| 9 | + "color-function-notation": null, |
| 10 | + "color-hex-length": null, |
| 11 | + "comment-empty-line-before": null, |
| 12 | + "comment-whitespace-inside": null, |
| 13 | + "custom-property-empty-line-before": null, |
| 14 | + "custom-property-pattern": null, |
| 15 | + "declaration-empty-line-before": null, |
| 16 | + "declaration-block-no-duplicate-properties": null, |
| 17 | + "declaration-block-no-redundant-longhand-properties": null, |
| 18 | + "declaration-block-no-shorthand-property-overrides": null, |
| 19 | + "font-family-name-quotes": null, |
| 20 | + "font-family-no-missing-generic-family-keyword": null, |
| 21 | + "function-name-case": null, |
| 22 | + "function-no-unknown": null, |
| 23 | + "function-url-quotes": null, |
| 24 | + "import-notation": null, |
| 25 | + "keyframes-name-pattern": null, |
| 26 | + "length-zero-no-unit": null, |
| 27 | + "media-feature-range-notation": null, |
| 28 | + "media-query-no-invalid": null, |
| 29 | + "no-descending-specificity": null, |
| 30 | + "no-duplicate-selectors": null, |
| 31 | + "property-no-unknown": null, |
| 32 | + "property-no-vendor-prefix": null, |
| 33 | + "rule-empty-line-before": null, |
| 34 | + "selector-class-pattern": null, |
| 35 | + "selector-id-pattern": null, |
| 36 | + "selector-no-vendor-prefix": null, |
| 37 | + "selector-pseudo-element-colon-notation": null, |
| 38 | + "shorthand-property-no-redundant-values": null, |
| 39 | + "string-no-newline": null, |
| 40 | + "value-keyword-case": null, |
| 41 | + "value-no-vendor-prefix": null |
| 42 | + } |
| 43 | +} |
0 commit comments