Closed
Description
It always throws errors like this(no errors in previous version):
9:10 error throttle not found in 'lodash' import/named
Node version: 12.11.1
Relevant dependencies:
{
"@typescript-eslint/parser": "2.3.3",
"@types/lodash": "4.14.142",
"eslint": "6.5.1",
"eslint-import-resolver-typescript": "2.0.0",
"eslint-plugin-import": "2.18.2",
"lodash": "4.17.15",
"typescript": "3.6.3"
}