When using TypeScript with [date-fns](https://unpkg.com/browse/date-fns@2.2.1/typings.d.ts#L13773), it only has one bundled `typings.d.ts`, so [eslint-import-resolver-ts](http://github.com/rx-ts/eslint-import-resolver-ts) will resolve all modules to it. But they are not all exported from `date-fns`, what means `date-fns` and `date-fns/locale` are different. So we should allow this case by whitelist.