Tabs to spaces in tslint (#12529)

* tabs to spaces

testing commit permisions :)

* revert

* tabs to spaces
This commit is contained in:
Ryan McKinley 2018-07-08 15:48:05 +01:00 committed by Torkel Ödegaard
parent b464a28cca
commit dca22fd151

View File

@ -2,7 +2,7 @@
"rules": {
"no-string-throw": true,
"no-unused-expression": true,
"no-unused-variable": false,
"no-unused-variable": false,
"no-use-before-declare": false,
"no-duplicate-variable": true,
"curly": true,