Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 3a87ecb

Browse files
author
Marlow Payne
authored
Merge pull request #118 from mobify/fix-114
Fix #114: Provide valid options for CSSComb config
2 parents edc3e68 + 5b7766a commit 3a87ecb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
2.5.2
2+
- Fix #114 by removing invalid options from CSSComb config file
23
- Add a React rule to make sure propTypes are ordered, required ones declared first and callbacks (e.g. onChange) declared last.
34
- Update ES6 indent rule on switch statements
45
- Add ignore patterns for unused vars/args to the React configuration

css/.csscomb.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
"combinator-space": [" ", " "],
1414
"element-case": "lower",
1515
"eof-newline": true,
16-
"leading-zero": null,
1716
"rule-indent": " ",
1817
"stick-brace": " ",
1918
"unitless-zero": true,
20-
"quotes": false,
2119
"remove-empty-rulesets": true,
2220
"space-before-closing-brace": "\n",
2321
"space-before-colon": "",
@@ -29,7 +27,7 @@
2927
"space-after-selector-delimiter": "\n",
3028
"space-before-selector-delimiter": "",
3129
"strip-spaces": true,
32-
"tab-size": true,
30+
"tab-size": 4,
3331
"unitless-zero": true,
3432
"sort-order": [
3533
[

0 commit comments

Comments
 (0)