TSLint: Enforce UNIX line breaks
This commit is contained in:
parent
a8bca9b8eb
commit
8edbd06e43
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
"import-spacing": false,
|
"import-spacing": false,
|
||||||
"indent": [true, "spaces", 2],
|
"indent": [true, "spaces", 2],
|
||||||
"interface-name": [true, "never-prefix"],
|
"interface-name": [true, "never-prefix"],
|
||||||
|
"linebreak-style": [true, "LF"],
|
||||||
"max-line-length": [true, 90],
|
"max-line-length": [true, 90],
|
||||||
|
|
||||||
"mocha-avoid-only": true,
|
"mocha-avoid-only": true,
|
||||||
|
|
Loading…
Reference in a new issue