Skip to content

Commit

Permalink
fix(CIRules): re-enable calc-no-invalid rule
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #3
  • Loading branch information
benjamincharity committed Oct 29, 2019
1 parent 8f2ebc9 commit b2eaa46
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ module.exports = {
'font-family-no-duplicate-names': true,
'font-family-no-missing-generic-family-keyword': true,
'font-weight-notation': 'numeric',
/*
* TODO: Turn rule back on once the merged fix is released:
* https://github.com/stylelint/stylelint/pull/4046
*'function-calc-no-invalid': true,
*/
'function-calc-no-invalid': true,
'function-calc-no-unspaced-operator': true,
'function-comma-space-after': 'always',
'function-linear-gradient-no-nonstandard-direction': true,
Expand Down

0 comments on commit b2eaa46

Please sign in to comment.