Skip to content

Commit 1ac3aee

Browse files
committed
Update readme
1 parent 4fc58fd commit 1ac3aee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Example you codebase has multiple packages with 100k LOC and more
2525

2626
We are interested in how many accesses to the file system occurred during the linting process. We can pay attention to `statx` syscall.
2727

28-
`eslint-import-resolver-x` makes calls `statx` 100 times less.
28+
`eslint-import-resolver-x` makes calls `statx` 10x+ times less.
2929

3030
**If you notice an increase in linting performance in your CI on large code bases, write your feedback [here](https://github.com/helljs/eslint-import-resolver-x/discussions/1)**
3131

@@ -150,3 +150,4 @@ You can pass through other options of [`enhanced-resolve`][] directly
150150
[`typescript`]: https://www.typescriptlang.org
151151
[`javascript`]: https://ecma-international.org/
152152
[isc]: https://opensource.org/licenses/ISC
153+
[`eslint-import-resolver-typescript`]: https://www.npmjs.com/package/eslint-import-resolver-typescript

0 commit comments

Comments
 (0)