Skip to content

Commit 1ef5d18

Browse files
fix(CIRules): re-enable calc-no-invalid rule
ISSUES CLOSED: #3
1 parent bd1c5d2 commit 1ef5d18

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ module.exports = {
5555
'font-family-no-duplicate-names': true,
5656
'font-family-no-missing-generic-family-keyword': true,
5757
'font-weight-notation': 'numeric',
58-
/*
59-
* TODO: Turn rule back on once the merged fix is released:
60-
* https://github.com/stylelint/stylelint/pull/4046
61-
*'function-calc-no-invalid': true,
62-
*/
58+
'function-calc-no-invalid': true,
6359
'function-calc-no-unspaced-operator': true,
6460
'function-comma-space-after': 'always',
6561
'function-linear-gradient-no-nonstandard-direction': true,

0 commit comments

Comments
 (0)