Remove unused deepsource.toml

This was used a long back for code analysis, but has been disabled for a while,
and the integration with the Deepsource app in the web's GitHub repository has
also been removed.
This commit is contained in:
Manav Rathi 2024-02-08 14:31:01 +05:30
parent 7225071b64
commit f8f35309d0

View file

@ -1,11 +0,0 @@
version = 1
[[analyzers]]
name = "javascript"
enabled = true
[analyzers.meta]
plugins = ["react"]
environment = ["browser"]
style_guide = "standard"
dialect = "typescript"