-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
breaking changeenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Description
You can now write eslint plugins in ESM. Their docs demonstrate it here: https://eslint.org/docs/latest/extend/plugins
This would be a nice code modernization. It would also potentially be helpful to the Svelte core project as one the big reasons we've had to distribute a CJS version of the Svelte compiler is to support the eslint plugin. Though the other reason we need it is for the REPL and I'm unsure if we can avoid it there.
I think this may only work in eslint 9, so the plugin would need to drop support for older versions.
ryanatkn
Metadata
Metadata
Assignees
Labels
breaking changeenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed