Skip to content

Commit

Permalink
Tabs to spaces in tslint (#12529)
Browse files Browse the repository at this point in the history
* tabs to spaces

testing commit permisions :)

* revert

* tabs to spaces
  • Loading branch information
ryantxu authored and torkelo committed Jul 8, 2018
1 parent b464a28 commit dca22fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Expand Up @@ -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,
Expand Down

0 comments on commit dca22fd

Please sign in to comment.