Closed smartcontracts closed 3 years ago
I'd like to claim this issue.
Hey @MichaelMacaulay I think there might be some confusion here regarding your PR: The eth-optimism/dev
package is good as-is, what @smartcontracts meant is that you should open a PR in this repository, removing these deps!
Whoops, sorry for any confusion. @gakonst is correct. @MichaelMacaulay Are you still interested in tackling this?
@eth-optimism/dev is a simple npm package that automatically imports many of the common packages we use when developing our various TypeScript modules. It allows us to remove some dependencies and standardizes the way we configure certain things. I'd like to add that package to this module.
Here's a step-by-step of how to do this:
@eth-optimism/dev
. We'll put this in our dev dependencies.tslint.json
to use extend the sharedtslint.json
config file.That should be it! Make sure to run
yarn lint
before making a pull request :-)