You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate writing an eslint plugin to see whether the startup performance cost of node is prohibitive. Perhaps we would have to investigate using something like bun to run eslint to reduce the startup cost. An alternative would be to use v8 snapshots, though that may not be practicable right now.
The text was updated successfully, but these errors were encountered:
Investigate writing an eslint plugin to see whether the startup performance cost of
node
is prohibitive. Perhaps we would have to investigate using something likebun
to runeslint
to reduce the startup cost. An alternative would be to use v8 snapshots, though that may not be practicable right now.The text was updated successfully, but these errors were encountered: