Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit fdf0230

Browse files
authored
Merge pull request #223 from jogit82/changeRulesType
Changed type to Array[true][false] affecting 2 rules in tslint.json
2 parents 5beea54 + 203a323 commit fdf0230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tslint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"no-arg": true,
3535
"no-bitwise": true,
3636
"no-conditional-assignment": true,
37-
"no-consecutive-blank-lines": true,
37+
"no-consecutive-blank-lines": [true],
3838
"no-console": [
3939
false
4040
],
@@ -43,7 +43,7 @@
4343
"no-duplicate-variable": true,
4444
"no-empty": true,
4545
"no-eval": true,
46-
"no-inferrable-types": false,
46+
"no-inferrable-types": [false],
4747
"no-internal-module": true,
4848
"no-require-imports": false,
4949
"no-shadowed-variable": true,

0 commit comments

Comments
 (0)