Make lint pass on Windows / for files with CRLF line endings

By setting "endOfLine" to "auto". While at it, fix indentation.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
This commit is contained in:
Sebastian Schuberth 2020-04-14 21:42:54 +02:00
parent 5b4f0d05a6
commit 34e3321280

View file

@ -7,5 +7,6 @@
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}
"parser": "typescript",
"endOfLine": "auto"
}