dondi / GRNsight

Web app and service for modeling and visualizing gene regulatory networks.
http://dondi.github.io/GRNsight
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Configure linter to accept inline `return`-less functions #998

Closed dondi closed 10 months ago

dondi commented 1 year ago

Our linter apparently dislikes this idiom:

const result = array.map(element => expression);

It would be convenient to have this be accepted

Inclusion of Prettier in this issue would also help with line-breaking questions resulting from this change

kdahlquist commented 10 months ago

Closing, can resurrect later.