Skip to content

Commit

Permalink
Add purpose to intro in README.md and package.json (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisw authored Feb 11, 2024
1 parent 675cda3 commit dfafab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit dfafab1

Please sign in to comment.