|
1 | 1 | # eslint-plugin-import
|
2 | 2 |
|
3 |
| -[](https://travis-ci.org/import-js/eslint-plugin-import) |
4 |
| -[](https://coveralls.io/github/import-js/eslint-plugin-import?branch=master) |
5 |
| -[](https://ci.appveyor.com/project/import-js/eslint-plugin-import/branch/master) |
| 3 | +[![github actions][actions-image]][actions-url] |
| 4 | +[](https://travis-ci.org/import-js/eslint-plugin-import) |
| 5 | +[![coverage][codecov-image]][codecov-url] |
| 6 | +[](https://ci.appveyor.com/project/import-js/eslint-plugin-import/branch/main) |
6 | 7 | [](https://www.npmjs.com/package/eslint-plugin-import)
|
7 | 8 | [](http://www.npmtrends.com/eslint-plugin-import)
|
8 | 9 |
|
@@ -171,7 +172,7 @@ extends:
|
171 | 172 | - plugin:import/typescript # this line does the trick
|
172 | 173 | ```
|
173 | 174 |
|
174 |
| -[`@typescript-eslint/parser`]: https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser |
| 175 | +[`@typescript-eslint/parser`]: https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser |
175 | 176 |
|
176 | 177 | # Resolvers
|
177 | 178 |
|
@@ -510,3 +511,8 @@ In Package Settings / SublimeLinter / User Settings:
|
510 | 511 |
|
511 | 512 | I believe this defaults to `3`, so you may not need to alter it depending on your
|
512 | 513 | project folder max depth.
|
| 514 | + |
| 515 | +[codecov-image]: https://codecov.io/gh/import-js/eslint-plugin-import/branch/main/graphs/badge.svg |
| 516 | +[codecov-url]: https://app.codecov.io/gh/import-js/eslint-plugin-import/ |
| 517 | +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/import-js/eslint-plugin-import |
| 518 | +[actions-url]: https://github.com/import-js/eslint-plugin-import |
0 commit comments