stylelint-config-ccb 1.8.4 → 1.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/index.js +460 -6
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
An opinionated stylelint-config which uses both stylelint-config-standard and prettier. In addition to many more stricter rules to reduce potential issues as much as possible.
|
package/index.js
CHANGED
|
@@ -109,9 +109,462 @@ module.exports = {
|
|
|
109
109
|
'function-disallowed-list': ['gray', 'color-mod', 'color', 'rgba', 'hsla'],
|
|
110
110
|
'declaration-no-important': true,
|
|
111
111
|
'property-disallowed-list': [
|
|
112
|
-
|
|
113
|
-
'
|
|
114
|
-
'
|
|
112
|
+
/* microsoft-only properties */
|
|
113
|
+
'-ms-accelerator',
|
|
114
|
+
'-ms-block-progression',
|
|
115
|
+
'-ms-content-zoom-chaining',
|
|
116
|
+
'-ms-content-zooming',
|
|
117
|
+
'-ms-content-zoom-limit',
|
|
118
|
+
'-ms-content-zoom-limit-max',
|
|
119
|
+
'-ms-content-zoom-limit-min',
|
|
120
|
+
'-ms-content-zoom-snap',
|
|
121
|
+
'-ms-content-zoom-snap-points',
|
|
122
|
+
'-ms-content-zoom-snap-type',
|
|
123
|
+
'-ms-filter',
|
|
124
|
+
'-ms-flow-from',
|
|
125
|
+
'-ms-flow-into',
|
|
126
|
+
'-ms-high-contrast-adjust',
|
|
127
|
+
'-ms-hyphenate-limit-chars',
|
|
128
|
+
'-ms-hyphenate-limit-lines',
|
|
129
|
+
'-ms-hyphenate-limit-zone',
|
|
130
|
+
'-ms-ime-align',
|
|
131
|
+
'-ms-overflow-style',
|
|
132
|
+
'-ms-scrollbar-3dlight-color',
|
|
133
|
+
'-ms-scrollbar-arrow-color',
|
|
134
|
+
'-ms-scrollbar-base-color',
|
|
135
|
+
'-ms-scrollbar-darkshadow-color',
|
|
136
|
+
'-ms-scrollbar-face-color',
|
|
137
|
+
'-ms-scrollbar-highlight-color',
|
|
138
|
+
'-ms-scrollbar-shadow-color',
|
|
139
|
+
'-ms-scrollbar-track-color',
|
|
140
|
+
'-ms-scroll-chaining',
|
|
141
|
+
'-ms-scroll-limit',
|
|
142
|
+
'-ms-scroll-limit-x-max',
|
|
143
|
+
'-ms-scroll-limit-x-min',
|
|
144
|
+
'-ms-scroll-limit-y-max',
|
|
145
|
+
'-ms-scroll-limit-y-min',
|
|
146
|
+
'-ms-scroll-rails',
|
|
147
|
+
'-ms-scroll-snap-points-x',
|
|
148
|
+
'-ms-scroll-snap-points-y',
|
|
149
|
+
'-ms-scroll-snap-x',
|
|
150
|
+
'-ms-scroll-snap-y',
|
|
151
|
+
'-ms-scroll-translation',
|
|
152
|
+
'-ms-text-autospace',
|
|
153
|
+
'-ms-touch-select',
|
|
154
|
+
'-ms-wrap-flow',
|
|
155
|
+
'-ms-wrap-margin',
|
|
156
|
+
'-ms-wrap-through',
|
|
157
|
+
'zoom',
|
|
158
|
+
|
|
159
|
+
/* mozilla / firefox only properties */
|
|
160
|
+
|
|
161
|
+
'-moz-binding',
|
|
162
|
+
'-moz-border-bottom-colors',
|
|
163
|
+
'-moz-border-left-colors',
|
|
164
|
+
'-moz-border-right-colors',
|
|
165
|
+
'-moz-border-top-colors',
|
|
166
|
+
'-moz-box-align',
|
|
167
|
+
'-moz-box-direction',
|
|
168
|
+
'-moz-box-flex',
|
|
169
|
+
'-moz-box-ordinal-group',
|
|
170
|
+
'-moz-box-orient',
|
|
171
|
+
'-moz-box-pack',
|
|
172
|
+
'-moz-context-properties',
|
|
173
|
+
'-moz-float-edge',
|
|
174
|
+
'-moz-force-broken-image-icon',
|
|
175
|
+
'-moz-image-region',
|
|
176
|
+
'-moz-orient',
|
|
177
|
+
'-moz-osx-font-smoothing',
|
|
178
|
+
'-moz-outline-radius',
|
|
179
|
+
'-moz-outline-radius-bottomleft',
|
|
180
|
+
'-moz-outline-radius-bottomright',
|
|
181
|
+
'-moz-outline-radius-topleft',
|
|
182
|
+
'-moz-outline-radius-topright',
|
|
183
|
+
'-moz-stack-sizing',
|
|
184
|
+
'-moz-user-focus',
|
|
185
|
+
'-moz-user-input',
|
|
186
|
+
'-moz-user-modify',
|
|
187
|
+
'-moz-window-dragging',
|
|
188
|
+
'-moz-window-shadow',
|
|
189
|
+
'overflow-clip-box',
|
|
190
|
+
'overflow-clip-box-block',
|
|
191
|
+
'overflow-clip-box-inline',
|
|
192
|
+
|
|
193
|
+
/* webkit-only - WebKit supports without -webkit prefix, but not standard or on standards track */
|
|
194
|
+
'-webkit-mask-repeat-x',
|
|
195
|
+
'-webkit-mask-repeat-y',
|
|
196
|
+
|
|
197
|
+
/* webkit-only - New syntax has been standardized. Property links to the new syntax. Old prefixed syntax is still supported in some browsers. */
|
|
198
|
+
'-webkit-border-after',
|
|
199
|
+
'-webkit-border-after-color',
|
|
200
|
+
'-webkit-border-after-style',
|
|
201
|
+
'-webkit-border-after-width',
|
|
202
|
+
'-webkit-border-before',
|
|
203
|
+
'-webkit-border-before-color',
|
|
204
|
+
'-webkit-border-before-style',
|
|
205
|
+
'-webkit-border-before-width',
|
|
206
|
+
'-webkit-border-end',
|
|
207
|
+
'-webkit-border-end-color',
|
|
208
|
+
'-webkit-border-end-style',
|
|
209
|
+
'-webkit-border-end-width',
|
|
210
|
+
'-webkit-border-start',
|
|
211
|
+
'-webkit-border-start-color',
|
|
212
|
+
'-webkit-border-start-style',
|
|
213
|
+
'-webkit-border-start-width',
|
|
214
|
+
'-webkit-box-align',
|
|
215
|
+
'-webkit-box-direction',
|
|
216
|
+
'-webkit-box-flex',
|
|
217
|
+
'-webkit-box-flex-group',
|
|
218
|
+
'-webkit-box-lines',
|
|
219
|
+
'-webkit-box-ordinal-group',
|
|
220
|
+
'-webkit-box-orient',
|
|
221
|
+
'-webkit-box-pack',
|
|
222
|
+
'-webkit-box-reflect',
|
|
223
|
+
'-webkit-margin-end',
|
|
224
|
+
'-webkit-margin-start',
|
|
225
|
+
'-webkit-padding-after',
|
|
226
|
+
'-webkit-padding-before',
|
|
227
|
+
'-webkit-padding-end',
|
|
228
|
+
'-webkit-padding-start',
|
|
229
|
+
|
|
230
|
+
/* other webkit-only */
|
|
231
|
+
'-webkit-animation-trigger',
|
|
232
|
+
'-webkit-app-region',
|
|
233
|
+
'-webkit-aspect-ratio',
|
|
234
|
+
'-webkit-backdrop-filter',
|
|
235
|
+
'-webkit-border-fit',
|
|
236
|
+
'-webkit-border-horizontal-spacing',
|
|
237
|
+
'-webkit-border-vertical-spacing',
|
|
238
|
+
'-webkit-column-axis',
|
|
239
|
+
'-webkit-column-break-after',
|
|
240
|
+
'-webkit-column-break-before',
|
|
241
|
+
'-webkit-column-break-inside',
|
|
242
|
+
'-webkit-column-progression',
|
|
243
|
+
'-webkit-cursor-visibility',
|
|
244
|
+
'-webkit-dashboard-region',
|
|
245
|
+
'-webkit-font-size-delta',
|
|
246
|
+
'-webkit-font-smoothing',
|
|
247
|
+
'-webkit-highlight',
|
|
248
|
+
'-webkit-hyphenate-character',
|
|
249
|
+
'-webkit-hyphenate-limit-after',
|
|
250
|
+
'-webkit-hyphenate-limit-before',
|
|
251
|
+
'-webkit-hyphenate-limit-lines',
|
|
252
|
+
'-webkit-initial-letter',
|
|
253
|
+
'-webkit-line-align',
|
|
254
|
+
'-webkit-line-box-contain',
|
|
255
|
+
'-webkit-line-clamp',
|
|
256
|
+
'-webkit-line-grid',
|
|
257
|
+
'-webkit-line-snap',
|
|
258
|
+
'-webkit-locale',
|
|
259
|
+
'-webkit-logical-height',
|
|
260
|
+
'-webkit-logical-width',
|
|
261
|
+
'-webkit-margin-after',
|
|
262
|
+
'-webkit-margin-before',
|
|
263
|
+
'-webkit-marquee',
|
|
264
|
+
'-webkit-marquee-direction',
|
|
265
|
+
'-webkit-marquee-increment',
|
|
266
|
+
'-webkit-marquee-repetition',
|
|
267
|
+
'-webkit-marquee-speed',
|
|
268
|
+
'-webkit-marquee-style',
|
|
269
|
+
'-webkit-mask-box-image',
|
|
270
|
+
'-webkit-mask-box-image-outset',
|
|
271
|
+
'-webkit-mask-box-image-repeat',
|
|
272
|
+
'-webkit-mask-box-image-slice',
|
|
273
|
+
'-webkit-mask-box-image-source',
|
|
274
|
+
'-webkit-mask-box-image-width',
|
|
275
|
+
'-webkit-mask-position-x',
|
|
276
|
+
'-webkit-mask-position-y',
|
|
277
|
+
'-webkit-mask-source-type',
|
|
278
|
+
'-webkit-max-logical-height',
|
|
279
|
+
'-webkit-max-logical-width',
|
|
280
|
+
'-webkit-min-logical-height',
|
|
281
|
+
'-webkit-min-logical-width',
|
|
282
|
+
'-webkit-nbsp-mode',
|
|
283
|
+
'-webkit-perspective-origin-x',
|
|
284
|
+
'-webkit-perspective-origin-y',
|
|
285
|
+
'-webkit-rtl-ordering',
|
|
286
|
+
'-webkit-svg-shadow',
|
|
287
|
+
'-webkit-tap-highlight-color',
|
|
288
|
+
'-webkit-text-decoration-skip',
|
|
289
|
+
'-webkit-text-decorations-in-effect',
|
|
290
|
+
'-webkit-text-fill-color',
|
|
291
|
+
'-webkit-text-security',
|
|
292
|
+
'-webkit-text-stroke',
|
|
293
|
+
'-webkit-text-stroke-color',
|
|
294
|
+
'-webkit-text-stroke-width',
|
|
295
|
+
'-webkit-text-zoom',
|
|
296
|
+
'-webkit-transform-origin-x',
|
|
297
|
+
'-webkit-transform-origin-y',
|
|
298
|
+
'-webkit-transform-origin-z',
|
|
299
|
+
'-webkit-user-drag',
|
|
300
|
+
'-webkit-user-modify',
|
|
301
|
+
|
|
302
|
+
/* deprecated safari webkit properties, see:
|
|
303
|
+
https://webkit.org/blog/12445/new-webkit-features-in-safari-15-4/ */
|
|
304
|
+
'-webkit-alt*',
|
|
305
|
+
'-webkit-background-composite',
|
|
306
|
+
'-webkit-border-fit',
|
|
307
|
+
'-webkit-color-correction',
|
|
308
|
+
'-webkit-flow-from',
|
|
309
|
+
'-webkit-flow-into',
|
|
310
|
+
'-webkit-grid-columns',
|
|
311
|
+
'-webkit-grid-rows',
|
|
312
|
+
'-webkit-hyphenate-charset',
|
|
313
|
+
'-webkit-image-set',
|
|
314
|
+
'-webkit-mask-attachment',
|
|
315
|
+
'-webkit-match-nearest-mail-blockquote-color',
|
|
316
|
+
'-webkit-margin-collapse',
|
|
317
|
+
'-webkit-margin-after-collapse',
|
|
318
|
+
'-webkit-margin-before-collapse',
|
|
319
|
+
'-webkit-margin-bottom-collapse',
|
|
320
|
+
'-webkit-margin-top-collapse',
|
|
321
|
+
'-webkit-overflow-scrolling',
|
|
322
|
+
'-webkit-region-break-after',
|
|
323
|
+
'-webkit-region-break-before',
|
|
324
|
+
'-webkit-region-break-inside',
|
|
325
|
+
'-webkit-region-fragment',
|
|
326
|
+
'-webkit-shape-inside',
|
|
327
|
+
'-webkit-touch-callout',
|
|
328
|
+
'background-origin-x',
|
|
329
|
+
'background-origin-y',
|
|
330
|
+
|
|
331
|
+
/* webkit prefixes */
|
|
332
|
+
'-webkit-appearance',
|
|
333
|
+
'-webkit-mask',
|
|
334
|
+
'-webkit-mask-image',
|
|
335
|
+
'-webkit-mask-size',
|
|
336
|
+
'-webkit-mask-repeat-x',
|
|
337
|
+
'-webkit-mask-repeat-y',
|
|
338
|
+
'-webkit-mask-origin',
|
|
339
|
+
'-webkit-backface-visibility',
|
|
340
|
+
'-webkit-text-combine-upright',
|
|
341
|
+
'-webkit-print-color-adjust',
|
|
342
|
+
|
|
343
|
+
/* legacy */
|
|
344
|
+
'text-decoration-skip',
|
|
345
|
+
|
|
346
|
+
'-moz-outline-radius',
|
|
347
|
+
'-moz-outline-radius-bottomleft',
|
|
348
|
+
'-moz-outline-radius-bottomright',
|
|
349
|
+
'-moz-outline-radius-topleft',
|
|
350
|
+
'-moz-outline-radius-topright',
|
|
351
|
+
|
|
352
|
+
'-webkit-font-smoothing',
|
|
353
|
+
'-moz-osx-font-smoothing',
|
|
354
|
+
'font-smoothing',
|
|
355
|
+
'osx-font-smoothing',
|
|
356
|
+
|
|
357
|
+
'box-orient',
|
|
358
|
+
|
|
359
|
+
'zoom',
|
|
360
|
+
|
|
361
|
+
'word-break',
|
|
362
|
+
'page-break-inside',
|
|
363
|
+
'clip',
|
|
364
|
+
|
|
365
|
+
/* compatibility */
|
|
366
|
+
'-webkit-text-stroke', // use -webkit-text-stroke-width or -webkit-text-stroke-color
|
|
367
|
+
|
|
368
|
+
/* opinionated */
|
|
369
|
+
'float',
|
|
370
|
+
|
|
371
|
+
'font-smooth',
|
|
372
|
+
|
|
373
|
+
/* temporary until #5981 is fixed */
|
|
374
|
+
|
|
375
|
+
'accelerator',
|
|
376
|
+
'alt*',
|
|
377
|
+
'animation-trigger',
|
|
378
|
+
'app-region',
|
|
379
|
+
'appearance',
|
|
380
|
+
'aspect-ratio',
|
|
381
|
+
'backdrop-filter',
|
|
382
|
+
'backface-visibility',
|
|
383
|
+
'background-composite',
|
|
384
|
+
'binding',
|
|
385
|
+
'block-progression',
|
|
386
|
+
'border-after',
|
|
387
|
+
'border-after-color',
|
|
388
|
+
'border-after-style',
|
|
389
|
+
'border-after-width',
|
|
390
|
+
'border-before',
|
|
391
|
+
'border-before-color',
|
|
392
|
+
'border-before-style',
|
|
393
|
+
'border-before-width',
|
|
394
|
+
'border-bottom-colors',
|
|
395
|
+
'border-end',
|
|
396
|
+
'border-end-color',
|
|
397
|
+
'border-end-style',
|
|
398
|
+
'border-end-width',
|
|
399
|
+
'border-fit',
|
|
400
|
+
'border-horizontal-spacing',
|
|
401
|
+
'border-left-colors',
|
|
402
|
+
'border-right-colors',
|
|
403
|
+
'border-start',
|
|
404
|
+
'border-start-color',
|
|
405
|
+
'border-start-style',
|
|
406
|
+
'border-start-width',
|
|
407
|
+
'border-top-colors',
|
|
408
|
+
'border-vertical-spacing',
|
|
409
|
+
'box-align',
|
|
410
|
+
'box-direction',
|
|
411
|
+
'box-flex',
|
|
412
|
+
'box-flex-group',
|
|
413
|
+
'box-lines',
|
|
414
|
+
'box-ordinal-group',
|
|
415
|
+
'box-pack',
|
|
416
|
+
'box-reflect',
|
|
417
|
+
'color-correction',
|
|
418
|
+
'column-axis',
|
|
419
|
+
'column-break-after',
|
|
420
|
+
'column-break-before',
|
|
421
|
+
'column-break-inside',
|
|
422
|
+
'column-progression',
|
|
423
|
+
'content-zoom-chaining',
|
|
424
|
+
'content-zoom-limit',
|
|
425
|
+
'content-zoom-limit-max',
|
|
426
|
+
'content-zoom-limit-min',
|
|
427
|
+
'content-zoom-snap',
|
|
428
|
+
'content-zoom-snap-points',
|
|
429
|
+
'content-zoom-snap-type',
|
|
430
|
+
'content-zooming',
|
|
431
|
+
'context-properties',
|
|
432
|
+
'cursor-visibility',
|
|
433
|
+
'dashboard-region',
|
|
434
|
+
'filter',
|
|
435
|
+
'float-edge',
|
|
436
|
+
'flow-from',
|
|
437
|
+
'flow-into',
|
|
438
|
+
'font-size-delta',
|
|
439
|
+
'force-broken-image-icon',
|
|
440
|
+
'grid-columns',
|
|
441
|
+
'grid-rows',
|
|
442
|
+
'high-contrast-adjust',
|
|
443
|
+
'highlight',
|
|
444
|
+
'hyphenate-character',
|
|
445
|
+
'hyphenate-charset',
|
|
446
|
+
'hyphenate-limit-after',
|
|
447
|
+
'hyphenate-limit-before',
|
|
448
|
+
'hyphenate-limit-chars',
|
|
449
|
+
'hyphenate-limit-lines',
|
|
450
|
+
'hyphenate-limit-zone',
|
|
451
|
+
'image-region',
|
|
452
|
+
'image-set',
|
|
453
|
+
'ime-align',
|
|
454
|
+
'initial-letter',
|
|
455
|
+
'line-align',
|
|
456
|
+
'line-box-contain',
|
|
457
|
+
'line-clamp',
|
|
458
|
+
'line-grid',
|
|
459
|
+
'line-snap',
|
|
460
|
+
'locale',
|
|
461
|
+
'logical-height',
|
|
462
|
+
'logical-width',
|
|
463
|
+
'margin-after',
|
|
464
|
+
'margin-after-collapse',
|
|
465
|
+
'margin-before',
|
|
466
|
+
'margin-before-collapse',
|
|
467
|
+
'margin-bottom-collapse',
|
|
468
|
+
'margin-collapse',
|
|
469
|
+
'margin-end',
|
|
470
|
+
'margin-start',
|
|
471
|
+
'margin-top-collapse',
|
|
472
|
+
'marquee',
|
|
473
|
+
'marquee-direction',
|
|
474
|
+
'marquee-increment',
|
|
475
|
+
'marquee-repetition',
|
|
476
|
+
'marquee-speed',
|
|
477
|
+
'marquee-style',
|
|
478
|
+
'mask',
|
|
479
|
+
'mask-attachment',
|
|
480
|
+
'mask-box-image',
|
|
481
|
+
'mask-box-image-outset',
|
|
482
|
+
'mask-box-image-repeat',
|
|
483
|
+
'mask-box-image-slice',
|
|
484
|
+
'mask-box-image-source',
|
|
485
|
+
'mask-box-image-width',
|
|
486
|
+
'mask-image',
|
|
487
|
+
'mask-origin',
|
|
488
|
+
'mask-position-x',
|
|
489
|
+
'mask-position-y',
|
|
490
|
+
'mask-repeat-x',
|
|
491
|
+
'mask-repeat-y',
|
|
492
|
+
'mask-size',
|
|
493
|
+
'mask-source-type',
|
|
494
|
+
'match-nearest-mail-blockquote-color',
|
|
495
|
+
'max-logical-height',
|
|
496
|
+
'max-logical-width',
|
|
497
|
+
'min-logical-height',
|
|
498
|
+
'min-logical-width',
|
|
499
|
+
'nbsp-mode',
|
|
500
|
+
'orient',
|
|
501
|
+
'outline-radius',
|
|
502
|
+
'outline-radius-bottomleft',
|
|
503
|
+
'outline-radius-bottomright',
|
|
504
|
+
'outline-radius-topleft',
|
|
505
|
+
'outline-radius-topright',
|
|
506
|
+
'overflow-scrolling',
|
|
507
|
+
'overflow-style',
|
|
508
|
+
'padding-after',
|
|
509
|
+
'padding-before',
|
|
510
|
+
'padding-end',
|
|
511
|
+
'padding-start',
|
|
512
|
+
'perspective-origin-x',
|
|
513
|
+
'perspective-origin-y',
|
|
514
|
+
'print-color-adjust',
|
|
515
|
+
'region-break-after',
|
|
516
|
+
'region-break-before',
|
|
517
|
+
'region-break-inside',
|
|
518
|
+
'region-fragment',
|
|
519
|
+
'rtl-ordering',
|
|
520
|
+
'scroll-chaining',
|
|
521
|
+
'scroll-limit',
|
|
522
|
+
'scroll-limit-x-max',
|
|
523
|
+
'scroll-limit-x-min',
|
|
524
|
+
'scroll-limit-y-max',
|
|
525
|
+
'scroll-limit-y-min',
|
|
526
|
+
'scroll-rails',
|
|
527
|
+
'scroll-snap-points-x',
|
|
528
|
+
'scroll-snap-points-y',
|
|
529
|
+
'scroll-snap-x',
|
|
530
|
+
'scroll-snap-y',
|
|
531
|
+
'scroll-translation',
|
|
532
|
+
'scrollbar-3dlight-color',
|
|
533
|
+
'scrollbar-arrow-color',
|
|
534
|
+
'scrollbar-base-color',
|
|
535
|
+
'scrollbar-darkshadow-color',
|
|
536
|
+
'scrollbar-face-color',
|
|
537
|
+
'scrollbar-highlight-color',
|
|
538
|
+
'scrollbar-shadow-color',
|
|
539
|
+
'scrollbar-track-color',
|
|
540
|
+
'shape-inside',
|
|
541
|
+
'stack-sizing',
|
|
542
|
+
'svg-shadow',
|
|
543
|
+
'tap-highlight-color',
|
|
544
|
+
'text-autospace',
|
|
545
|
+
'text-combine-upright',
|
|
546
|
+
'text-decorations-in-effect',
|
|
547
|
+
'text-fill-color',
|
|
548
|
+
'text-security',
|
|
549
|
+
'text-stroke',
|
|
550
|
+
'text-stroke',
|
|
551
|
+
'text-stroke-color',
|
|
552
|
+
'text-stroke-width',
|
|
553
|
+
'text-zoom',
|
|
554
|
+
'touch-callout',
|
|
555
|
+
'touch-select',
|
|
556
|
+
'transform-origin-x',
|
|
557
|
+
'transform-origin-y',
|
|
558
|
+
'transform-origin-z',
|
|
559
|
+
'user-drag',
|
|
560
|
+
'user-focus',
|
|
561
|
+
'user-input',
|
|
562
|
+
'user-modify',
|
|
563
|
+
'window-dragging',
|
|
564
|
+
'window-shadow',
|
|
565
|
+
'wrap-flow',
|
|
566
|
+
'wrap-margin',
|
|
567
|
+
'wrap-through'
|
|
115
568
|
],
|
|
116
569
|
'time-min-milliseconds': 75,
|
|
117
570
|
'selector-no-qualifying-type': true,
|
|
@@ -154,7 +607,6 @@ module.exports = {
|
|
|
154
607
|
'value-list-comma-newline-before': 'never-multi-line',
|
|
155
608
|
|
|
156
609
|
/* prettier-conflicts, prefer stylelint-config-standard
|
|
157
|
-
'max-line-length': 120,
|
|
158
610
|
'block-opening-brace-space-before': null,
|
|
159
611
|
'declaration-colon-newline-after': null,
|
|
160
612
|
'value-list-comma-newline-after': null,
|
|
@@ -162,11 +614,13 @@ module.exports = {
|
|
|
162
614
|
'selector-combinator-space-before': null
|
|
163
615
|
*/
|
|
164
616
|
|
|
617
|
+
/* prettier-conflicts, prefer prettier */
|
|
618
|
+
'max-line-length': 80,
|
|
619
|
+
|
|
165
620
|
'prettier/prettier': [
|
|
166
621
|
true,
|
|
167
622
|
{
|
|
168
|
-
quoteProps: 'preserve'
|
|
169
|
-
printWidth: 120
|
|
623
|
+
quoteProps: 'preserve'
|
|
170
624
|
}
|
|
171
625
|
],
|
|
172
626
|
|