From dfafab10c794dd9fe984326664bab00aafbe4978 Mon Sep 17 00:00:00 2001 From: Joris W Date: Sun, 11 Feb 2024 14:52:05 -0300 Subject: [PATCH] Add purpose to intro in README.md and package.json (#28) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"