Hi. Because I use `@types/ramda`, estlint or TS seems not to complains about `import R from 'ramda'` (instead of `import * as R from 'ramda'`) In my case, it results in a R that is undefined and a broken js runtime. I think it would be great to have a rule to prevent importing the `default` from ramda.