Skip to content

Commit

Permalink
Merge pull request #10 from rustymotors/deepsource-config-39fdb4c1
Browse files Browse the repository at this point in the history
ci: add .deepsource.toml
  • Loading branch information
drazisil authored May 31, 2024
2 parents c49db3c + 58ac6a9 commit 62b5e07
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version = 1

[[analyzers]]
name = "javascript"

[analyzers.meta]
environment = [
"vitest",
"nodejs"
]

[[transformers]]
name = "prettier"

0 comments on commit 62b5e07

Please sign in to comment.