@@ -33,48 +33,29 @@ module.exports = {
3333 ] ,
3434 } ,
3535 ] ,
36- 'block-closing-brace-empty-line-before' : null ,
37- 'block-closing-brace-newline-before' : null ,
3836 'block-no-empty' : null ,
3937 'color-function-notation' : null ,
40- 'color-hex-case' : 'lower' ,
4138 'color-hex-length' : 'short' ,
4239 'color-named' : null ,
4340 'comment-empty-line-before' : null ,
4441 'comment-whitespace-inside' : null ,
4542 'custom-property-empty-line-before' : null ,
4643 'custom-property-pattern' : null ,
47- 'declaration-colon-newline-after' : null ,
48- 'declaration-colon-space-after' : 'always' ,
49- 'declaration-colon-space-before' : 'never' ,
50- 'declaration-empty-line-before' : null ,
44+ 'declaration-block-no-redundant-longhand-properties' : null ,
5145 'font-family-name-quotes' : null ,
5246 'font-family-no-missing-generic-family-keyword' : null ,
5347 'function-no-unknown' : null ,
5448 'function-url-quotes' : null ,
55- indentation : [ 2 , { ignore : [ 'value' ] } ] ,
56- 'max-empty-lines' : 2 ,
57- 'max-line-length' : null ,
58- 'media-feature-colon-space-after' : 'always' ,
59- 'media-feature-colon-space-before' : 'never' ,
49+ 'import-notation' : null ,
6050 'media-feature-name-no-unknown' : null ,
61- 'media-feature-range-operator-space-after' : 'always' ,
62- 'media-feature-range-operator-space-before' : 'always' ,
6351 'no-descending-specificity' : null ,
6452 'no-duplicate-selectors' : true ,
6553 'no-empty-source' : null ,
66- 'no-missing-end-of-source-newline' : null ,
67- 'number-leading-zero' : 'always' ,
6854 'rule-empty-line-before' : null ,
69- 'selector-attribute-brackets-space-inside' : 'never' ,
70- 'selector-attribute-operator-space-after' : 'never' ,
71- 'selector-attribute-operator-space-before' : 'never' ,
7255 'selector-attribute-quotes' : 'always' ,
7356 'selector-class-pattern' : null ,
74- 'selector-combinator-space-after' : 'always' ,
75- 'selector-list-comma-newline-after' : null ,
7657 'selector-pseudo-element-colon-notation' : null ,
77- 'string-quotes ' : null ,
58+ 'selector-not-notation ' : null ,
7859 'value-keyword-case' : null ,
7960 } ,
8061} ;
0 commit comments