eslint-plugin-exports-first
v1.0.0
Published
Eslint plugin to enforce exports-first rule
Maintainers
Readme
Description
Helps to find cases where there is an export statement that is below private code Similar to: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/exports-last.md
Note, const is allowed before exports.
Alternative
Put the exports last and use the plugin: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/exports-last.md
