Skip to content

Commit

Permalink
new tslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Oct 4, 2019
1 parent 2b74091 commit d408561
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"rules": {
"no-var-keyword": true,
"switch-default": true,
"triple-equals": {
"options": ["allow-null-check"]
}
}
}

0 comments on commit d408561

Please sign in to comment.