|
1 | 1 | # eslint-plugin-import-x
|
2 | 2 |
|
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) |
7 |
| -[](https://www.npmjs.com/package/eslint-plugin-import) |
8 |
| -[](https://www.npmtrends.com/eslint-plugin-import) |
| 3 | +[](https://github.com/un-es/eslint-plugin-import-x/actions/workflows/ci.yml) |
| 4 | +[](https://codecov.io/gh/un-es/eslint-plugin-import-x) |
| 5 | +[](https://github.com/plantain-00/type-coverage) |
| 6 | +[](https://www.npmjs.com/package/eslint-plugin-import-x) |
| 7 | +[](https://github.com/un-es/eslint-plugin-import-x/releases) |
| 8 | + |
| 9 | +[](https://conventionalcommits.org) |
| 10 | +[](https://renovatebot.com) |
| 11 | +[](https://standardjs.com) |
| 12 | +[](https://github.com/prettier/prettier) |
9 | 13 |
|
10 | 14 | This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, and prevent issues with misspelling of file paths and import names. All the goodness that the ES2015+ static module syntax intends to provide, marked up in your editor.
|
11 | 15 |
|
@@ -488,8 +492,3 @@ In Package Settings / SublimeLinter / User Settings:
|
488 | 492 |
|
489 | 493 | I believe this defaults to `3`, so you may not need to alter it depending on your
|
490 | 494 | project folder max depth.
|
491 |
| - |
492 |
| -[codecov-image]: https://codecov.io/gh/import-js/eslint-plugin-import/branch/main/graphs/badge.svg |
493 |
| -[codecov-url]: https://app.codecov.io/gh/import-js/eslint-plugin-import/ |
494 |
| -[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/import-js/eslint-plugin-import |
495 |
| -[actions-url]: https://github.com/import-js/eslint-plugin-import |
0 commit comments