Tabs to spaces in tslint (#12529)

* tabs to spaces

testing commit permisions :)

* revert

* tabs to spaces
pull/12532/head
Ryan McKinley 7 years ago committed by Torkel Ödegaard
parent b464a28cca
commit dca22fd151
  1. 2
      tslint.json

@ -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,

Loading…
Cancel
Save