This commit is contained in:
Michał 2024-05-25 11:01:23 +01:00
parent 44a15873f4
commit b99142fd44
2 changed files with 17 additions and 0 deletions

13
.deepsource.toml Normal file
View file

@ -0,0 +1,13 @@
version = 1
[[analyzers]]
name = "javascript"
[analyzers.meta]
environment = [
"browser",
"nodejs"
]
[[transformers]]
name = "prettier"

4
.prettierrc.yaml Normal file
View file

@ -0,0 +1,4 @@
trailingComma: "all"
tabWidth: 4
semi: true
singleQuote: false