textlint / editor

textlint editor project.
https://textlint-editor.netlify.app/
MIT License
134 stars 8 forks source link

Support ESM rule/filter/plugin #63

Open azu opened 1 year ago

azu commented 1 year ago

Currently, textlint-compiler just use require to load rule.

I do not know that it works to ESM rules/filter/plugin. If it can not, we need to support ESM.