Eslint rule for enforcing `import * as`

Does someone know if it exists an Eslint rule to force import in the from import * as?

Example:
import * as NodePath from "path"
Was this page helpful?