Replies: 2 comments
-
You should not run eslint on packages imported from For an off-the-shelf boilerplate for Solidity development that combines Ethers, Eslint, and more, check out my template: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I’d rather not pollute my source code with random tool hints. Everyone has their own choice of tool, and if I add it for one, others will want it for theirs. I think I hint a few things for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was migrating some code from old project to new project and must add a lot of exceptions for overriding JsonRpcBatchProvider:
What do you think, is it worth to refactor the code at anytime in the future? maybe with eslint? :)
Beta Was this translation helpful? Give feedback.
All reactions