jomendez / eslint-plugin-lodash-migration

This eslint plugin migrates your code from importing and using the entire lodash code `import * as _ from 'lodash'` to import individual modules, like for example `import map from 'lodash-es/map'`. It also migrates from using code like `_.map(...)` to `map(...)`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jomendez/eslint-plugin-lodash-migration Issues

No issues in this repository yet.