stylelint-config-ccb 1.9.2 → 1.9.5
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/index.js +2 -192
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -42,6 +42,7 @@ module.exports = {
|
|
|
42
42
|
'selector-id-pattern': '[a-z-_]{2,40}',
|
|
43
43
|
|
|
44
44
|
/* stylelint-config-ccb */
|
|
45
|
+
'keyframe-block-no-duplicate-selectors': true,
|
|
45
46
|
'declaration-property-max-values': {
|
|
46
47
|
'border-width': 2,
|
|
47
48
|
border: 3,
|
|
@@ -372,198 +373,7 @@ module.exports = {
|
|
|
372
373
|
/* opinionated */
|
|
373
374
|
'float',
|
|
374
375
|
|
|
375
|
-
'font-smooth'
|
|
376
|
-
|
|
377
|
-
/* temporary until #5981 is fixed */
|
|
378
|
-
|
|
379
|
-
'accelerator',
|
|
380
|
-
'alt*',
|
|
381
|
-
'animation-trigger',
|
|
382
|
-
'app-region',
|
|
383
|
-
'aspect-ratio',
|
|
384
|
-
'backdrop-filter',
|
|
385
|
-
'backface-visibility',
|
|
386
|
-
'background-composite',
|
|
387
|
-
'binding',
|
|
388
|
-
'block-progression',
|
|
389
|
-
'border-after',
|
|
390
|
-
'border-after-color',
|
|
391
|
-
'border-after-style',
|
|
392
|
-
'border-after-width',
|
|
393
|
-
'border-before',
|
|
394
|
-
'border-before-color',
|
|
395
|
-
'border-before-style',
|
|
396
|
-
'border-before-width',
|
|
397
|
-
'border-bottom-colors',
|
|
398
|
-
'border-end',
|
|
399
|
-
'border-end-color',
|
|
400
|
-
'border-end-style',
|
|
401
|
-
'border-end-width',
|
|
402
|
-
'border-fit',
|
|
403
|
-
'border-horizontal-spacing',
|
|
404
|
-
'border-left-colors',
|
|
405
|
-
'border-right-colors',
|
|
406
|
-
'border-start',
|
|
407
|
-
'border-start-color',
|
|
408
|
-
'border-start-style',
|
|
409
|
-
'border-start-width',
|
|
410
|
-
'border-top-colors',
|
|
411
|
-
'border-vertical-spacing',
|
|
412
|
-
'box-align',
|
|
413
|
-
'box-direction',
|
|
414
|
-
'box-flex',
|
|
415
|
-
'box-flex-group',
|
|
416
|
-
'box-lines',
|
|
417
|
-
'box-ordinal-group',
|
|
418
|
-
'box-pack',
|
|
419
|
-
'box-reflect',
|
|
420
|
-
'color-correction',
|
|
421
|
-
'column-axis',
|
|
422
|
-
'column-break-after',
|
|
423
|
-
'column-break-before',
|
|
424
|
-
'column-break-inside',
|
|
425
|
-
'column-progression',
|
|
426
|
-
'content-zoom-chaining',
|
|
427
|
-
'content-zoom-limit',
|
|
428
|
-
'content-zoom-limit-max',
|
|
429
|
-
'content-zoom-limit-min',
|
|
430
|
-
'content-zoom-snap',
|
|
431
|
-
'content-zoom-snap-points',
|
|
432
|
-
'content-zoom-snap-type',
|
|
433
|
-
'content-zooming',
|
|
434
|
-
'context-properties',
|
|
435
|
-
'cursor-visibility',
|
|
436
|
-
'dashboard-region',
|
|
437
|
-
'float-edge',
|
|
438
|
-
'flow-from',
|
|
439
|
-
'flow-into',
|
|
440
|
-
'font-size-delta',
|
|
441
|
-
'force-broken-image-icon',
|
|
442
|
-
'grid-columns',
|
|
443
|
-
'grid-rows',
|
|
444
|
-
'high-contrast-adjust',
|
|
445
|
-
'highlight',
|
|
446
|
-
'hyphenate-character',
|
|
447
|
-
'hyphenate-charset',
|
|
448
|
-
'hyphenate-limit-after',
|
|
449
|
-
'hyphenate-limit-before',
|
|
450
|
-
'hyphenate-limit-chars',
|
|
451
|
-
'hyphenate-limit-lines',
|
|
452
|
-
'hyphenate-limit-zone',
|
|
453
|
-
'image-region',
|
|
454
|
-
'image-set',
|
|
455
|
-
'ime-align',
|
|
456
|
-
'initial-letter',
|
|
457
|
-
'line-align',
|
|
458
|
-
'line-box-contain',
|
|
459
|
-
'line-clamp',
|
|
460
|
-
'line-grid',
|
|
461
|
-
'line-snap',
|
|
462
|
-
'locale',
|
|
463
|
-
'logical-height',
|
|
464
|
-
'logical-width',
|
|
465
|
-
'margin-after',
|
|
466
|
-
'margin-after-collapse',
|
|
467
|
-
'margin-before',
|
|
468
|
-
'margin-before-collapse',
|
|
469
|
-
'margin-bottom-collapse',
|
|
470
|
-
'margin-collapse',
|
|
471
|
-
'margin-end',
|
|
472
|
-
'margin-start',
|
|
473
|
-
'margin-top-collapse',
|
|
474
|
-
'marquee',
|
|
475
|
-
'marquee-direction',
|
|
476
|
-
'marquee-increment',
|
|
477
|
-
'marquee-repetition',
|
|
478
|
-
'marquee-speed',
|
|
479
|
-
'marquee-style',
|
|
480
|
-
'mask',
|
|
481
|
-
'mask-attachment',
|
|
482
|
-
'mask-box-image',
|
|
483
|
-
'mask-box-image-outset',
|
|
484
|
-
'mask-box-image-repeat',
|
|
485
|
-
'mask-box-image-slice',
|
|
486
|
-
'mask-box-image-source',
|
|
487
|
-
'mask-box-image-width',
|
|
488
|
-
'mask-image',
|
|
489
|
-
'mask-origin',
|
|
490
|
-
'mask-position-x',
|
|
491
|
-
'mask-position-y',
|
|
492
|
-
'mask-repeat-x',
|
|
493
|
-
'mask-repeat-y',
|
|
494
|
-
'mask-size',
|
|
495
|
-
'mask-source-type',
|
|
496
|
-
'match-nearest-mail-blockquote-color',
|
|
497
|
-
'max-logical-height',
|
|
498
|
-
'max-logical-width',
|
|
499
|
-
'min-logical-height',
|
|
500
|
-
'min-logical-width',
|
|
501
|
-
'nbsp-mode',
|
|
502
|
-
'orient',
|
|
503
|
-
'outline-radius',
|
|
504
|
-
'outline-radius-bottomleft',
|
|
505
|
-
'outline-radius-bottomright',
|
|
506
|
-
'outline-radius-topleft',
|
|
507
|
-
'outline-radius-topright',
|
|
508
|
-
'overflow-scrolling',
|
|
509
|
-
'overflow-style',
|
|
510
|
-
'padding-after',
|
|
511
|
-
'padding-before',
|
|
512
|
-
'padding-end',
|
|
513
|
-
'padding-start',
|
|
514
|
-
'perspective-origin-x',
|
|
515
|
-
'perspective-origin-y',
|
|
516
|
-
'print-color-adjust',
|
|
517
|
-
'region-break-after',
|
|
518
|
-
'region-break-before',
|
|
519
|
-
'region-break-inside',
|
|
520
|
-
'region-fragment',
|
|
521
|
-
'rtl-ordering',
|
|
522
|
-
'scroll-chaining',
|
|
523
|
-
'scroll-limit',
|
|
524
|
-
'scroll-limit-x-max',
|
|
525
|
-
'scroll-limit-x-min',
|
|
526
|
-
'scroll-limit-y-max',
|
|
527
|
-
'scroll-limit-y-min',
|
|
528
|
-
'scroll-rails',
|
|
529
|
-
'scroll-snap-points-x',
|
|
530
|
-
'scroll-snap-points-y',
|
|
531
|
-
'scroll-snap-x',
|
|
532
|
-
'scroll-snap-y',
|
|
533
|
-
'scroll-translation',
|
|
534
|
-
'scrollbar-3dlight-color',
|
|
535
|
-
'scrollbar-arrow-color',
|
|
536
|
-
'scrollbar-base-color',
|
|
537
|
-
'scrollbar-darkshadow-color',
|
|
538
|
-
'scrollbar-face-color',
|
|
539
|
-
'scrollbar-highlight-color',
|
|
540
|
-
'scrollbar-shadow-color',
|
|
541
|
-
'scrollbar-track-color',
|
|
542
|
-
'shape-inside',
|
|
543
|
-
'stack-sizing',
|
|
544
|
-
'svg-shadow',
|
|
545
|
-
'text-autospace',
|
|
546
|
-
'text-combine-upright',
|
|
547
|
-
'text-decorations-in-effect',
|
|
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-focus',
|
|
560
|
-
'user-input',
|
|
561
|
-
'user-modify',
|
|
562
|
-
'window-dragging',
|
|
563
|
-
'window-shadow',
|
|
564
|
-
'wrap-flow',
|
|
565
|
-
'wrap-margin',
|
|
566
|
-
'wrap-through'
|
|
376
|
+
'font-smooth'
|
|
567
377
|
],
|
|
568
378
|
'time-min-milliseconds': 75,
|
|
569
379
|
'selector-no-qualifying-type': true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stylelint-config-ccb",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.5",
|
|
4
4
|
"description": "Stylelint config which extends stylelint-config-standard",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stylelint",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"index.js"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"prettier": "^2.6.
|
|
20
|
+
"prettier": "^2.6.2",
|
|
21
21
|
"stylelint-color-format": "^1.1.0",
|
|
22
22
|
"stylelint-config-standard": "^25.0.0",
|
|
23
23
|
"stylelint-order": "^5.0.0",
|