Closed maurelian closed 6 years ago
I've rebased this branch. Do you mind if I force push? Your commits are preserved.
@skmgoldin no problem, please go ahead.
I am going to do a line by line review of this, but two things up front:
No idea why that factory test is so fast now.
Description: This adds configuration of linters for both javascript and solidity. It also makes changes to ensure the code conforms to the new linter configurations.
The AirBnB js styleguide is used without modification, but in a few locations rules are disabled via comments.
A
scripts.posttest
field was added to the package.json file to lint after tests are run.