selaux/eslint-plugin-filenames

Created a custom eslint-plugin, which uses your 'match-exported' rule

Closed this issue · 0 comments

Hi
@selaux, thanks for writing a great plugin.

For educational purpose,
I have made a separate eslint-plugin that provides your 'match-exported' rule (which I renamed as default-export-match-filename), with 'default-import-match-filename' rule which I got from @golopot

below is the link to my custom plugin:
https://github.com/minseoksuh/eslint-plugin-consistent-default-export-name

I made it abundantly clear in the README and in the code who the authors of the code are.

Would you mind if I publish it to npm and apply the rules to my company projects?

Thanks again