Skip to content

Commit

Permalink
chore(tslint): remove unneeded rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Jun 20, 2017
1 parent 8e5f72a commit 43e863e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"whitespace": [true, "check-branch", "check-decl", "check-operator", "check-module", "check-separator", "check-type"],
"interface-name": [true, "never-prefix"],
"no-shadowed-variable": false,
"no-string-literal": false,
"trailing-comma": false,
"member-ordering": ["fields-first"]
"no-string-literal": false
}
}

0 comments on commit 43e863e

Please sign in to comment.