Skip to content

Commit

Permalink
Removed duplicate no-consecutive-blank-lines settings (#38)
Browse files Browse the repository at this point in the history
Removed duplicate no-consecutive-blank-lines settings
  • Loading branch information
nishant8BITS authored Sep 16, 2020
1 parent 77106fc commit 2cc2a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"no-arg": { "severity": "error" },
"no-bitwise": { "severity": "error" },
"no-conditional-assignment": { "severity": "error" },
"no-consecutive-blank-lines": { "severity": "error" },
"no-console": {
"options": [
"error",
Expand Down

0 comments on commit 2cc2a2a

Please sign in to comment.