-
-
Notifications
You must be signed in to change notification settings - Fork 41
eslint: implement RFC#9 #224
Copy link
Copy link
Open
Labels
🏁 area/perfThis affects performanceThis affects performance🏡 area/internalThis affects the hidden internalsThis affects the hidden internals🗄 area/interfaceThis affects the public interfaceThis affects the public interface🗳 blocked/wipThis cannot progress before voting is completeThis cannot progress before voting is complete
Metadata
Metadata
Assignees
Labels
🏁 area/perfThis affects performanceThis affects performance🏡 area/internalThis affects the hidden internalsThis affects the hidden internals🗄 area/interfaceThis affects the public interfaceThis affects the public interface🗳 blocked/wipThis cannot progress before voting is completeThis cannot progress before voting is complete
Type
Fields
Give feedbackNo fields configured for issues without a type.
Cuz why not. We already doing similar stuff and results are awesome.
Currently you can install
@hela/eslint, runhela-eslint --initin 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