Skip to content

Commit

Permalink
added tslint configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 committed Sep 1, 2017
1 parent 973cd02 commit 38f52af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"rules": {
"no-unused-expression": true,
"no-duplicate-variable": true,
"no-unused-variable": true,
"curly": false,
"class-name": true,
"semicolon": ["always"],
"triple-equals": true
}
}

0 comments on commit 38f52af

Please sign in to comment.