TSLint: Enforce UNIX line breaks

This commit is contained in:
Daniel Gasienica 2018-04-13 15:51:09 -04:00
parent a8bca9b8eb
commit 8edbd06e43
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"import-spacing": false,
"indent": [true, "spaces", 2],
"interface-name": [true, "never-prefix"],
"linebreak-style": [true, "LF"],
"max-line-length": [true, 90],
"mocha-avoid-only": true,