mdittmer / object-graph-js

Object graphs from Javascript worlds
Apache License 2.0
1 stars 2 forks source link

eliminate lodash library #13

Closed jingt06 closed 7 years ago

jingt06 commented 7 years ago

12 , removed lodash dependency.

jingt06 commented 7 years ago

I set up the eslint and add some rules based on the current style.

I don't think rules that includes that extra spacing around if/for/else exists in eslint. There is a space-in-parens rule. However, when it is turned on, function calls must write as "functionaCall( args )", which does not follow the current style.

jingt06 commented 7 years ago

Test is done using analyze_og and web catalog. I didn't see any differences compared to master branch.