Skip to content

Commit

Permalink
Add .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsourcebot committed Aug 29, 2020
1 parent 1f8a364 commit 0b8bfa2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version = 1

test_patterns = ["*/test/*.mjs"]

[[analyzers]]
name = "javascript"
enabled = true

[analyzers.meta]
module_system = "es-modules"
environment = ["nodejs"]
style_guide = "standard"

[[transformers]]
name = "standardjs"
enabled = true

0 comments on commit 0b8bfa2

Please sign in to comment.