|
1 | 1 | plugins: |
2 | 2 | - stylelint-declaration-strict-value |
| 3 | + - stylelint-stylistic |
3 | 4 |
|
4 | 5 | ignoreFiles: |
5 | 6 | - "**/*.go" |
@@ -132,6 +133,82 @@ rules: |
132 | 133 | selector-type-no-unknown: [true, {ignore: [custom-elements]}] |
133 | 134 | shorthand-property-no-redundant-values: true |
134 | 135 | string-no-newline: true |
| 136 | + stylistic/at-rule-name-case: null |
| 137 | + stylistic/at-rule-name-newline-after: null |
| 138 | + stylistic/at-rule-name-space-after: null |
| 139 | + stylistic/at-rule-semicolon-newline-after: null |
| 140 | + stylistic/at-rule-semicolon-space-before: null |
| 141 | + stylistic/block-closing-brace-empty-line-before: null |
| 142 | + stylistic/block-closing-brace-newline-after: null |
| 143 | + stylistic/block-closing-brace-newline-before: null |
| 144 | + stylistic/block-closing-brace-space-after: null |
| 145 | + stylistic/block-closing-brace-space-before: null |
| 146 | + stylistic/block-opening-brace-newline-after: null |
| 147 | + stylistic/block-opening-brace-newline-before: null |
| 148 | + stylistic/block-opening-brace-space-after: null |
| 149 | + stylistic/block-opening-brace-space-before: null |
| 150 | + stylistic/color-hex-case: lower |
| 151 | + stylistic/declaration-bang-space-after: never |
| 152 | + stylistic/declaration-bang-space-before: null |
| 153 | + stylistic/declaration-block-semicolon-newline-after: null |
| 154 | + stylistic/declaration-block-semicolon-newline-before: null |
| 155 | + stylistic/declaration-block-semicolon-space-after: null |
| 156 | + stylistic/declaration-block-semicolon-space-before: never |
| 157 | + stylistic/declaration-block-trailing-semicolon: null |
| 158 | + stylistic/declaration-colon-newline-after: null |
| 159 | + stylistic/declaration-colon-space-after: null |
| 160 | + stylistic/declaration-colon-space-before: never |
| 161 | + stylistic/function-comma-newline-after: null |
| 162 | + stylistic/function-comma-newline-before: null |
| 163 | + stylistic/function-comma-space-after: null |
| 164 | + stylistic/function-comma-space-before: null |
| 165 | + stylistic/function-max-empty-lines: 0 |
| 166 | + stylistic/function-parentheses-newline-inside: never-multi-line |
| 167 | + stylistic/function-parentheses-space-inside: null |
| 168 | + stylistic/function-whitespace-after: null |
| 169 | + stylistic/indentation: 2 |
| 170 | + stylistic/linebreaks: null |
| 171 | + stylistic/max-empty-lines: 1 |
| 172 | + stylistic/max-line-length: null |
| 173 | + stylistic/media-feature-colon-space-after: null |
| 174 | + stylistic/media-feature-colon-space-before: never |
| 175 | + stylistic/media-feature-name-case: null |
| 176 | + stylistic/media-feature-parentheses-space-inside: null |
| 177 | + stylistic/media-feature-range-operator-space-after: always |
| 178 | + stylistic/media-feature-range-operator-space-before: always |
| 179 | + stylistic/media-query-list-comma-newline-after: null |
| 180 | + stylistic/media-query-list-comma-newline-before: null |
| 181 | + stylistic/media-query-list-comma-space-after: null |
| 182 | + stylistic/media-query-list-comma-space-before: null |
| 183 | + stylistic/no-empty-first-line: null |
| 184 | + stylistic/no-eol-whitespace: true |
| 185 | + stylistic/no-extra-semicolons: true |
| 186 | + stylistic/no-missing-end-of-source-newline: null |
| 187 | + stylistic/number-leading-zero: null |
| 188 | + stylistic/number-no-trailing-zeros: null |
| 189 | + stylistic/property-case: lower |
| 190 | + stylistic/selector-attribute-brackets-space-inside: null |
| 191 | + stylistic/selector-attribute-operator-space-after: null |
| 192 | + stylistic/selector-attribute-operator-space-before: null |
| 193 | + stylistic/selector-combinator-space-after: null |
| 194 | + stylistic/selector-combinator-space-before: null |
| 195 | + stylistic/selector-descendant-combinator-no-non-space: null |
| 196 | + stylistic/selector-list-comma-newline-after: null |
| 197 | + stylistic/selector-list-comma-newline-before: null |
| 198 | + stylistic/selector-list-comma-space-after: always-single-line |
| 199 | + stylistic/selector-list-comma-space-before: never-single-line |
| 200 | + stylistic/selector-max-empty-lines: 0 |
| 201 | + stylistic/selector-pseudo-class-case: lower |
| 202 | + stylistic/selector-pseudo-class-parentheses-space-inside: never |
| 203 | + stylistic/selector-pseudo-element-case: lower |
| 204 | + stylistic/string-quotes: double |
| 205 | + stylistic/unicode-bom: null |
| 206 | + stylistic/unit-case: lower |
| 207 | + stylistic/value-list-comma-newline-after: null |
| 208 | + stylistic/value-list-comma-newline-before: null |
| 209 | + stylistic/value-list-comma-space-after: null |
| 210 | + stylistic/value-list-comma-space-before: null |
| 211 | + stylistic/value-list-max-empty-lines: 0 |
135 | 212 | time-min-milliseconds: null |
136 | 213 | unit-allowed-list: null |
137 | 214 | unit-disallowed-list: null |
|
0 commit comments