stylelint-config-ccb 1.13.7 → 1.14.0

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 +2 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -149,15 +149,14 @@ module.exports = {
149
149
  'selector-list-comma-newline-before': 'never-multi-line',
150
150
  'selector-list-comma-space-after': 'always-single-line',
151
151
  'value-list-comma-newline-before': 'never-multi-line',
152
+ 'max-line-length': 160,
152
153
 
153
154
  /* prettier-conflicts, prefer stylelint-config-standard
154
155
  'block-opening-brace-space-before': null,
155
156
  'declaration-colon-newline-after': null,
156
157
  'value-list-comma-newline-after': null,
157
158
  'selector-descendant-combinator-no-non-space': null,
158
- 'selector-combinator-space-before': null,
159
- 'max-line-length': 80,
160
- */
159
+ 'selector-combinator-space-before': null, */
161
160
 
162
161
  'prettier/prettier': [
163
162
  true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylelint-config-ccb",
3
- "version": "1.13.7",
3
+ "version": "1.14.0",
4
4
  "description": "Stylelint config which extends stylelint-config-standard",
5
5
  "keywords": [
6
6
  "stylelint",