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