Browse Source

feat: add deepsource

pull/347/head
Shivam Mishra 4 years ago
parent
commit
cff7ce4c27
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .deepsource.toml

+ 9
- 0
.deepsource.toml View File

@@ -0,0 +1,9 @@
version = 1

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

[analyzers.meta]
environment = ["browser"]
style_guide = "standard"

Loading…
Cancel
Save