Explorar el Código

Add .deepsource.toml

DeepSource Bot hace 4 años
padre
commit
dba79b9b07
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      .deepsource.toml

+ 11 - 0
.deepsource.toml

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