eslint prettier error on windows #1798 (#1804)

* fixing es linter errors on windows

* Indentation

* Indentation

---------

Co-authored-by: kramer <david.kramer@gmail.com>
This commit is contained in:
David Kramer
2023-10-03 16:48:52 +02:00
committed by GitHub
parent 4d86c66ccb
commit aea088df16
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{
"editor.formatOnSave": false,
"files.eol": "auto",
"[typescript]": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {

View File

@@ -1,4 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"endOfLine": "auto"
}