Skip to content

Commit

Permalink
updated tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
HelpfulScripts committed May 26, 2019
1 parent 738c327 commit ce443cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"rules": {
"no-unused-expression": true,
"no-unused-expression": [true, "allow-new"],
"no-duplicate-variable": true,
"no-unused-variable": true,
"curly": true,
"class-name": true,
"semicolon": ["always"],
"semicolon": [true, "always"],
"triple-equals": true
}
}

0 comments on commit ce443cd

Please sign in to comment.