Merge pull request #158 from houdiniproject/tslintconfig

Add a tslint config
This commit is contained in:
Eric Schultz 2019-02-15 10:53:41 -06:00 committed by GitHub
commit b4aff87263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
tslint.json Normal file
View file

@ -0,0 +1,3 @@
{
"indent": [true, "spaces"]
}