|
1 | 1 | {
|
2 | 2 | "extends": [
|
3 | 3 | "stylelint-config-standard",
|
4 |
| - "stylelint-config-sass-guidelines" |
| 4 | + "stylelint-config-recommended-scss" |
5 | 5 | ],
|
6 | 6 | "plugins": [
|
7 | 7 | "stylelint-use-logical",
|
|
31 | 31 | "a11y/no-outline-none": true,
|
32 | 32 | "a11y/selector-pseudo-class-focus": true,
|
33 | 33 | "csstools/use-logical": ["always", { "except": ["float"] }],
|
34 |
| - "max-nesting-depth": null, |
35 |
| - "scss/dollar-variable-colon-space-after": null, |
36 | 34 | "selector-type-no-unknown": [true, { "ignoreTypes": ["/^db/"] }],
|
37 | 35 | "no-descending-specificity": null,
|
38 |
| - "selector-max-compound-selectors": null, |
39 |
| - "selector-no-qualifying-type": [ |
40 |
| - true, |
41 |
| - { |
42 |
| - "ignore": ["attribute"] |
43 |
| - } |
44 |
| - ], |
45 | 36 | "number-max-precision": null,
|
46 |
| - "annotation-no-unknown": [ |
47 |
| - true, |
48 |
| - { |
49 |
| - "ignoreAnnotations": ["default", "global"] |
50 |
| - } |
51 |
| - ], |
52 |
| - "declaration-property-value-no-unknown": true, |
53 |
| - "@stylistic/block-opening-brace-space-before": null, |
54 |
| - "@stylistic/color-hex-case": null, |
55 |
| - "@stylistic/declaration-bang-space-after": null, |
56 |
| - "@stylistic/declaration-bang-space-before": null, |
57 |
| - "@stylistic/declaration-block-semicolon-newline-after": null, |
58 |
| - "@stylistic/declaration-block-semicolon-space-before": null, |
59 |
| - "@stylistic/declaration-block-trailing-semicolon": null, |
60 |
| - "@stylistic/declaration-colon-space-after": null, |
61 |
| - "@stylistic/declaration-colon-space-before": null, |
62 |
| - "@stylistic/function-comma-space-after": null, |
63 |
| - "@stylistic/function-parentheses-space-inside": null, |
64 |
| - "@stylistic/indentation": null, |
65 |
| - "@stylistic/media-feature-parentheses-space-inside": null, |
66 |
| - "@stylistic/no-missing-end-of-source-newline": null, |
67 |
| - "@stylistic/number-leading-zero": null, |
68 |
| - "@stylistic/number-no-trailing-zeros": null, |
69 |
| - "@stylistic/selector-list-comma-newline-after": null, |
70 |
| - "@stylistic/string-quotes": null |
| 37 | + "scss/operator-no-newline-after": null |
71 | 38 | }
|
72 | 39 | }
|
0 commit comments