JS: Autoformat

This commit is contained in:
Asger Feldthaus
2021-07-01 14:22:44 +02:00
parent 376efaa46c
commit 993cc29275

View File

@@ -88,7 +88,9 @@ module FunctionCompositionCall {
RightToLeft() {
this = DataFlow::moduleImport(["compose-function"]).getACall()
or
this = DataFlow::moduleMember(["redux", "ramda", "@reduxjs/toolkit", "recompose"], "compose").getACall()
this =
DataFlow::moduleMember(["redux", "ramda", "@reduxjs/toolkit", "recompose"], "compose")
.getACall()
or
this = LodashUnderscore::member("flowRight").getACall()
}