Skip to content

Commit 53cb80b

Browse files
authored
Merge pull request #135 from KarinaLisp/patch-2
Update eslint plugin repo url
2 parents f2175ed + 7e3db32 commit 53cb80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jest.mock('~/myfile')
241241
If you use [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import)
242242
to validate imports it may be necessary to instruct ESLint to parse root imports. You
243243
can use
244-
[eslint-import-resolver-babel-plugin-root-import](https://github.com/bingqichen/eslint-import-resolver-babel-plugin-root-import)
244+
[eslint-import-resolver-babel-plugin-root-import](https://github.com/unconfident/eslint-import-resolver-babel-plugin-root-import)
245245

246246
```json
247247
"settings": {

0 commit comments

Comments
 (0)