|
| 1 | +{ |
| 2 | + "rules": { |
| 3 | + "color-no-invalid-hex": true, |
| 4 | + "font-family-no-duplicate-names": true, |
| 5 | + "font-family-no-missing-generic-family-keyword": true, |
| 6 | + "function-calc-no-invalid": true, |
| 7 | + "function-calc-no-unspaced-operator": true, |
| 8 | + "function-linear-gradient-no-nonstandard-direction": true, |
| 9 | + "string-no-newline": true, |
| 10 | + "unit-no-unknown": true, |
| 11 | + "property-no-unknown": true, |
| 12 | + "keyframe-declaration-no-important": true, |
| 13 | + "declaration-block-no-duplicate-properties": [true, { ignore: ["consecutive-duplicates-with-different-values"] }], |
| 14 | + "declaration-block-no-shorthand-property-overrides": true, |
| 15 | + "block-no-empty": true, |
| 16 | + "selector-pseudo-class-no-unknown": true, |
| 17 | + "selector-pseudo-element-no-unknown": true, |
| 18 | + "selector-type-no-unknown": true, |
| 19 | + "media-feature-name-no-unknown": true, |
| 20 | + "at-rule-no-unknown": true, |
| 21 | + "comment-no-empty": true, |
| 22 | + "no-duplicate-at-import-rules": true, |
| 23 | + "no-duplicate-selectors": true, |
| 24 | + "no-empty-source": true, |
| 25 | + "no-extra-semicolons": true, |
| 26 | + "no-invalid-double-slash-comments": true, |
| 27 | + } |
| 28 | +} |
0 commit comments