Add .deepsource.toml

pull/1/head^2
DeepSource Bot 2020-09-29 15:05:00 +00:00
parent c07dc76e50
commit fa1d72ed12
1 changed files with 11 additions and 0 deletions

11
.deepsource.toml Normal file
View File

@ -0,0 +1,11 @@
version = 1
[[analyzers]]
name = "javascript"
enabled = true
[analyzers.meta]
environment = [
"nodejs",
"mocha"
]