added prettier and eslint for dev

This commit is contained in:
2022-06-30 11:29:39 +02:00
parent 0039e54de2
commit 77c3b90d02
17 changed files with 3301 additions and 1488 deletions

6
.prettierrc.toml Normal file
View File

@@ -0,0 +1,6 @@
trailingComma = 'none'
tabWidth = 2
semi = false
singleQuote = true
printWidth = 80
bracketSameLine = true