Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate the use of require and module export in startServer.js #10005

Open
1 of 2 tasks
DarioR01 opened this issue Mar 30, 2022 · 0 comments
Open
1 of 2 tasks

Investigate the use of require and module export in startServer.js #10005

DarioR01 opened this issue Mar 30, 2022 · 0 comments
Labels
Good first issue investigation technical-work Technical debt, support work and building new technical tools and features

Comments

@DarioR01
Copy link
Contributor

DarioR01 commented Mar 30, 2022

Is your feature request related to a problem? Please describe.
After a discussion about upgrading eslint-config-airbnb to v19. As pointed out by the new rule import/no-import-module-exports. We should not import a module that has been exported with the module export.

Describe the solution you'd like
Please investigate the use of require to import the modules in startServer.js that are exported with a module.export method and implement this solution if everything works as expected.

image

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Testing notes
[Tester to complete]

Dev insight: Will Cypress tests be required or are unit tests sufficient? Will there be any potential regression? etc

  • This feature is expected to need manual testing.

Checklist

Additional context
Add any other context or screenshots about the feature request here.

@DarioR01 DarioR01 added investigation technical-work Technical debt, support work and building new technical tools and features labels Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue investigation technical-work Technical debt, support work and building new technical tools and features
Projects
None yet
Development

No branches or pull requests

1 participant