Skip to content
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

eslint: implement RFC#9 #224

Open
tunnckoCore opened this issue Mar 6, 2020 · 0 comments · May be fixed by #227
Open

eslint: implement RFC#9 #224

tunnckoCore opened this issue Mar 6, 2020 · 0 comments · May be fixed by #227
Labels
🗄 area/interface This affects the public interface 🏡 area/internal This affects the hidden internals 🏁 area/perf This affects performance 🗳 blocked/wip This cannot progress before voting is complete

Comments

@tunnckoCore
Copy link
Member

tunnckoCore commented Mar 6, 2020

Cuz why not. We already doing similar stuff and results are awesome.

Currently you can install @hela/eslint, run hela-eslint --init in a directory with some eslint config and run hela-eslint. The first run will take almost the same as pure ESLint (still a bit faster because we just use the already fully resolved config - we writing it to .lint.config.js), the bigger magic is in subsequent runs.

ref: eslint/rfcs#9

@tunnckoCore tunnckoCore added 🏁 area/perf This affects performance 🏡 area/internal This affects the hidden internals 🗄 area/interface This affects the public interface 🗳 blocked/wip This cannot progress before voting is complete labels Mar 7, 2020
@tunnckoCore tunnckoCore linked a pull request Mar 7, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗄 area/interface This affects the public interface 🏡 area/internal This affects the hidden internals 🏁 area/perf This affects performance 🗳 blocked/wip This cannot progress before voting is complete
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant