Skip to content

Commit

Permalink
chore: allow declarations following new declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCuthbert committed Jul 12, 2019
1 parent 59f9be4 commit 0da0a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"ban-types": false,
"interface-name": false,
"forin": false,
"no-empty-interface": false
"no-empty-interface": false,
"no-namespace": [true, "allow-declarations"]
},
"rulesDirectory": []
}

0 comments on commit 0da0a45

Please sign in to comment.