stylelint-config-ccb 1.8.8 → 1.9.2

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.
Files changed (2) hide show
  1. package/index.js +4 -5
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -610,16 +610,15 @@ module.exports = {
610
610
  'declaration-colon-newline-after': null,
611
611
  'value-list-comma-newline-after': null,
612
612
  'selector-descendant-combinator-no-non-space': null,
613
- 'selector-combinator-space-before': null
614
- */
615
-
616
- /* prettier-conflicts, prefer prettier */
613
+ 'selector-combinator-space-before': null,
617
614
  'max-line-length': 80,
615
+ */
618
616
 
619
617
  'prettier/prettier': [
620
618
  true,
621
619
  {
622
- quoteProps: 'preserve'
620
+ quoteProps: 'preserve',
621
+ printWidth: 120
623
622
  }
624
623
  ],
625
624
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylelint-config-ccb",
3
- "version": "1.8.8",
3
+ "version": "1.9.2",
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.0",
20
+ "prettier": "^2.6.1",
21
21
  "stylelint-color-format": "^1.1.0",
22
22
  "stylelint-config-standard": "^25.0.0",
23
23
  "stylelint-order": "^5.0.0",