* fixing bugs due to eslint recommendation

feature: no-task
This commit is contained in:
2023-01-07 17:27:34 +01:00
parent 3b417c9ddd
commit 8463f87f9a
20 changed files with 1385 additions and 558 deletions

View File

@@ -5,5 +5,6 @@
"singleQuote": true,
"arrowParens": "avoid",
"printWidth": 100,
"bracketSameLine": true
"bracketSameLine": true,
"endOfLine" : "auto"
}