|
1 | 1 | { |
2 | 2 | "extends": [ |
| 3 | + "@stylistic/stylelint-config", |
3 | 4 | "stylelint-config-recess-order", |
4 | 5 | "stylelint-config-recommended", |
5 | | - "stylelint-config-standard-scss", |
6 | | - "stylelint-stylistic/config" |
| 6 | + "stylelint-config-standard-scss" |
7 | 7 | ], |
8 | 8 | "plugins": [ |
| 9 | + "@stylistic/stylelint-plugin", |
9 | 10 | "stylelint-scss" |
10 | 11 | ], |
11 | 12 | "rules": { |
|
46 | 47 | ], |
47 | 48 | "custom-property-empty-line-before": null, |
48 | 49 | "custom-property-pattern": null, |
49 | | - "declaration-colon-space-after": null, |
50 | 50 | "declaration-no-important": true, |
51 | 51 | "declaration-block-single-line-max-declarations": 0, |
52 | 52 | "font-family-name-quotes": "always-where-recommended", |
|
78 | 78 | } |
79 | 79 | ], |
80 | 80 | "selector-class-pattern": null, |
81 | | - "selector-combinator-space-before": null, |
82 | | - "selector-descendant-combinator-no-non-space": null, |
83 | 81 | "selector-id-pattern": null, |
84 | 82 | "selector-max-id": 0, |
85 | 83 | "selector-no-qualifying-type": null, |
|
106 | 104 | ] |
107 | 105 | } |
108 | 106 | ], |
109 | | - "value-list-comma-newline-after": null, |
110 | 107 | "value-no-vendor-prefix": [ |
111 | 108 | true, |
112 | 109 | { |
|
121 | 118 | "scss/at-function-pattern": "^[a-z][a-z0-9]*(-[a-z0-9]+)*$", |
122 | 119 | "scss/at-if-closing-brace-newline-after": "always-last-in-chain", |
123 | 120 | "scss/at-if-no-null": true, |
124 | | - "scss/at-import-partial-extension": "never", |
125 | 121 | "scss/at-mixin-argumentless-call-parentheses": "always", |
126 | 122 | "scss/at-mixin-parentheses-space-before": "never", |
127 | 123 | "scss/at-mixin-pattern": "^[a-z][a-z0-9]*(-[a-z0-9]+)*$", |
|
139 | 135 | "scss/double-slash-comment-empty-line-before": null, |
140 | 136 | "scss/double-slash-comment-whitespace-inside": "always", |
141 | 137 | "scss/at-extend-no-missing-placeholder": null, |
| 138 | + "scss/load-partial-extension": "never", |
142 | 139 | "scss/no-duplicate-mixins": true, |
143 | 140 | "scss/no-global-function-names": null, |
144 | 141 | "scss/operator-no-newline-after": null, |
145 | 142 | "scss/operator-no-unspaced": true, |
146 | 143 | "scss/partial-no-import": true, |
147 | 144 | "scss/percent-placeholder-pattern": "^[a-z][a-z0-9]*(-[a-z0-9]+)*$", |
148 | 145 | "scss/selector-no-redundant-nesting-selector": true, |
149 | | - "stylistic/block-closing-brace-newline-after": [ |
| 146 | + "@stylistic/block-closing-brace-newline-after": [ |
150 | 147 | "always", |
151 | 148 | { |
152 | 149 | "ignoreAtRules": [ |
|
156 | 153 | ] |
157 | 154 | } |
158 | 155 | ], |
159 | | - "stylistic/declaration-colon-space-after": null, |
160 | | - "stylistic/no-empty-first-line": true, |
161 | | - "stylistic/linebreaks": "unix", |
162 | | - "stylistic/selector-max-empty-lines": 0, |
163 | | - "stylistic/string-quotes": "double", |
164 | | - "stylistic/unicode-bom": "never", |
165 | | - "stylistic/value-list-comma-newline-after": null |
| 156 | + "@stylistic/declaration-colon-space-after": null, |
| 157 | + "@stylistic/no-empty-first-line": true, |
| 158 | + "@stylistic/linebreaks": "unix", |
| 159 | + "@stylistic/selector-combinator-space-before": null, |
| 160 | + "@stylistic/selector-descendant-combinator-no-non-space": null, |
| 161 | + "@stylistic/selector-max-empty-lines": 0, |
| 162 | + "@stylistic/string-quotes": "double", |
| 163 | + "@stylistic/unicode-bom": "never", |
| 164 | + "@stylistic/value-list-comma-newline-after": null |
166 | 165 | } |
167 | 166 | } |
0 commit comments