datavis-tech / graph-data-structure

A graph data structure with topological sort and shortest path algorithms.
MIT License
249 stars 46 forks source link

Adopt Prettier #34

Closed curran closed 4 years ago

curran commented 4 years ago

Closes #29

curran commented 4 years ago

@yashmahalwal Care to do a quick review? Thanks!

yashmahalwal commented 4 years ago

It looks good. One thing that I suggest would be to ignore generated files. I mean no one is supposed to work with those right? But rest looks pretty great (pun intended)

curran commented 4 years ago

Good point re: generated files.

curran commented 4 years ago

Closing as stale.