TSLint: Enforce indentation with 2 spaces

Not sure if this rule actually works.
This commit is contained in:
Daniel Gasienica 2018-04-13 15:50:55 -04:00
parent 04acdebe48
commit a8bca9b8eb

View file

@ -9,6 +9,7 @@
"align": [true, "arguments", "elements", "members", "parameters", "statements"],
"array-type": [true, "generic"],
"import-spacing": false,
"indent": [true, "spaces", 2],
"interface-name": [true, "never-prefix"],
"max-line-length": [true, 90],