eslint-plugin-migrate-imports
v0.0.7
Published
A custom eslint plugin to help you migrate your project using a library after refatoring / changing module scturcture
Readme
eslint-plugin-migrate-imports
WIP
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-migrate-imports:
$ npm install eslint-plugin-migrate-imports --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-migrate-imports globally.
