springernature / eslint-config-springernature

ESLint shareable config used at Springer Nature
MIT License
3 stars 0 forks source link

Allow require for node apps #55

Closed alexkilgour closed 4 months ago

alexkilgour commented 4 months ago

At some point the unicorn plugin added a rule preferring JavaScript modules (ESM) over CommonJS. This rule breaks most of our node apps that use Express.

The simplest solution is to remove this rule for the node configuration to maintain compatibility.