Skip to content

Commit

Permalink
Excluded v1 from tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Dec 26, 2017
1 parent 1fcbbe2 commit 0f06ed4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"linterOptions": {
"exclude": [
"src/**/v1/**/*.ts"
]
},
"rules": {
"no-bitwise:": false,
"one-line:": false,
Expand Down

0 comments on commit 0f06ed4

Please sign in to comment.