PromucFlow_constructor/.deepsource.toml
Shubhendra Singh Chauhan ac49a5aa87
Remove true from boolean attribute (#2892)
Added .deepsource.toml file
2021-02-09 11:38:54 +05:30

20 lines
260 B
TOML

version = 1
exclude_patterns = [
"static/**",
"deploy/**",
"contributions/**"
]
[[analyzers]]
name = "javascript"
enabled = true
[analyzers.meta]
plugins = ["react"]
environment = [
"nodejs",
"browser"
]
dialect = "typescript"