-
Notifications
You must be signed in to change notification settings - Fork 79
benchmark each module in their own node process #866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some lint issues but otherwise great work!
Very excited to see the "real" ones result 👀👏🏻 |
Oops, sorry, I've introduced a small conflict by merging #865 |
The node/no-published-import did not fail before because the .gitignore in the spectypes directory. Using the global .gitignore triggers it through - looks like a bug in eslint? Nevertheless for this project the rule is of no use.
7a568b4
to
d58be44
Compare
@moltar fixed all linter issues (atm. I am not using Eslint at work so I always forget about it on other projects 😅) Rebased, added a message linking to this issue and disabled an Eslint rule that was complaining about the way spectypes are imported. |
5eb399c
to
ea914ab
Compare
Sorry for the noise, I should have used a Github markdown previewer 😑 😀. |
Sweet @hoeck!
Do you use something else? |
@hoeck Good work :) +1 |
No, we're only using prettier in our team of two. There have been always more important tasks than fixing the old and ignored tslint setup 😄 . |
trying to fix #864