eslint-config-netflix
eslint-config-netflix copied to clipboard
Consider no-require-imports inclusion
Perhaps consider https://typescript-eslint.io/rules/no-require-imports/
Pro: require() is a non-standard holding back the web Con: this rule would aggressively warn about something that can't be changed in most developer scenarios
And I saw in the failed case: can not find properties specified: eureka-client
Why it did not read from application.properties file?
The existing open source work on eureka 2.0 is discontinued. The code base and artifacts that were released as part of the existing repository of work on the 2.x branch is considered use at your own risk.
Eureka 1.x is a core part of Netflix's service discovery system and is still an active project.