Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
remove lint rules that prevent build
Browse files Browse the repository at this point in the history
  • Loading branch information
bluong committed Oct 2, 2015
1 parent 9398b87 commit af7dff4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lint/tslint.json
@@ -1,7 +1,6 @@
{
"rules": {
"class-name": true,
"comment-format": [true, "check-lowercase", "check-space"],
"curly": true,
"eofline": true,
"forin": true,
Expand Down Expand Up @@ -49,7 +48,6 @@
"quotemark": [true, "double"],
"radix": true,
"semicolon": true,
"sort-object-literal-keys": true,
"triple-equals": [true, "allow-null-check"],
"variable-name": false,
"whitespace": [true,
Expand Down

0 comments on commit af7dff4

Please sign in to comment.