diff --git a/README.md b/README.md index a7c8c3bbb0..bbdba0bedc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # eslint-plugin-i -A fork of [`eslint-plugin-import`] using [`get-tsconfig`] to replace [`tsconfig-paths`](https://github.com/dividab/tsconfig-paths) and heavy [`typescript`](https://github.com/microsoft/TypeScript) under the hood. +A fork of [`eslint-plugin-import`] using [`get-tsconfig`] to replace [`tsconfig-paths`](https://github.com/dividab/tsconfig-paths) and heavy [`typescript`](https://github.com/microsoft/TypeScript) under the hood, making it faster, through less heavy dependency on Typescript, and cleaner dependencies altogether. It will rebase and try to release in order to sync with the upstream every day, see [.github/workflows/rebase-upstream.yml](.github/workflows/rebase-upstream.yml) for details. diff --git a/package.json b/package.json index a61f561dee..6066d2772b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-i", "version": "2.29.1", - "description": "A fork of `eslint-plugin-import` using `get-tsconfig` to replace `tsconfig-paths` and heavy `typescript` under the hood.", + "description": "A fork of `eslint-plugin-import` using `get-tsconfig` to replace `tsconfig-paths` and heavy `typescript` under the hood, making it faster, through less heavy dependency on Typescript, and cleaner dependencies altogether.", "funding": "https://opencollective.com/unts", "engines": { "node": ">=12"