eslint: implement RFC#9 #224
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
Cuz why not. We already doing similar stuff and results are awesome.
Currently you can install
@hela/eslint
, runhela-eslint --init
in a directory with some eslint config and runhela-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
The text was updated successfully, but these errors were encountered: