File tree 10 files changed +1426
-3222
lines changed
10 files changed +1426
-3222
lines changed Original file line number Diff line number Diff line change @@ -368,6 +368,7 @@ rules:
368
368
unicorn/no-array-push-push: [2]
369
369
unicorn/no-console-spaces: [0]
370
370
unicorn/no-document-cookie: [2]
371
+ unicorn/no-empty-file: [2]
371
372
unicorn/no-fn-reference-in-iterator: [0]
372
373
unicorn/no-for-loop: [0]
373
374
unicorn/no-hex-escape: [0]
@@ -404,6 +405,7 @@ rules:
404
405
unicorn/prefer-date-now: [2]
405
406
unicorn/prefer-default-parameters: [0]
406
407
unicorn/prefer-event-key: [2]
408
+ unicorn/prefer-export-from: [2]
407
409
unicorn/prefer-includes: [2]
408
410
unicorn/prefer-math-trunc: [2]
409
411
unicorn/prefer-modern-dom-apis: [0]
Original file line number Diff line number Diff line change 1
1
extends: stylelint-config-standard
2
2
3
+ overrides:
4
+ - files: ["**/*.less"]
5
+ customSyntax: postcss-less
6
+
3
7
rules:
8
+ alpha-value-notation: null
4
9
at-rule-empty-line-before: null
5
10
block-closing-brace-empty-line-before: null
11
+ color-function-notation: null
6
12
color-hex-length: null
7
13
comment-empty-line-before: null
14
+ declaration-block-no-redundant-longhand-properties: null
8
15
declaration-block-single-line-max-declarations: null
9
16
declaration-empty-line-before: null
17
+ hue-degree-notation: null
10
18
indentation: 2
19
+ max-line-length: null
11
20
no-descending-specificity: null
21
+ no-invalid-position-at-import-rule: null
12
22
number-leading-zero: never
23
+ number-max-precision: null
24
+ property-no-vendor-prefix: null
13
25
rule-empty-line-before: null
26
+ selector-class-pattern: null
27
+ selector-id-pattern: null
14
28
selector-pseudo-element-colon-notation: double
15
29
shorthand-property-no-redundant-values: true
16
- no-invalid-position-at-import-rule: null
30
+ string-quotes: null
31
+ value-no-vendor-prefix: null
You can’t perform that action at this time.
0 commit comments