We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2175ed + 7e3db32 commit 53cb80bCopy full SHA for 53cb80b
README.md
@@ -241,7 +241,7 @@ jest.mock('~/myfile')
241
If you use [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import)
242
to validate imports it may be necessary to instruct ESLint to parse root imports. You
243
can use
244
-[eslint-import-resolver-babel-plugin-root-import](https://github.com/bingqichen/eslint-import-resolver-babel-plugin-root-import)
+[eslint-import-resolver-babel-plugin-root-import](https://github.com/unconfident/eslint-import-resolver-babel-plugin-root-import)
245
246
```json
247
"settings": {
0 commit comments