Skip to content

Commit

Permalink
fix(linter): trying to use supported tslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
danibram committed Oct 13, 2017
1 parent e7713c4 commit 5edac70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"extends": "tslint-config-standard",
"rules": {
"ter-indent": [true, 4],
"indent": [true, "spaces", 4],
"no-eval": false,
"no-empty": false
},
"linterOptions":{
"exclude": [
"src/lib/tests",
"src/*.spec.ts"
]
}
}

0 comments on commit 5edac70

Please sign in to comment.