Browse Source

Updates lint formatting

main
Eric Amodio 6 years ago
parent
commit
3fc6134ad0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tslint.json

+ 2
- 1
tslint.json View File

@ -21,7 +21,8 @@
], ],
"indent": [ "indent": [
true, true,
"spaces"
"spaces",
4
], ],
"interface-over-type-literal": true, "interface-over-type-literal": true,
"new-parens": true, "new-parens": true,

Loading…
Cancel
Save