Add tslint and tslint-xo

See https://github.com/sindresorhus/is/pull/28#issuecomment-341071631
This commit is contained in:
Lukas Tetzlaff 2017-11-02 11:19:09 +01:00
parent b4f70336d5
commit 57e8b70644
2 changed files with 6 additions and 0 deletions

3
tslint.json Normal file
View file

@ -0,0 +1,3 @@
{
"extends": "tslint-xo"
}