You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Example you codebase has multiple packages with 100k LOC and more
25
25
26
26
We are interested in how many accesses to the file system occurred during the linting process. We can pay attention to `statx` syscall.
27
27
28
-
`eslint-import-resolver-x` makes calls `statx`100 times less.
28
+
`eslint-import-resolver-x` makes calls `statx`10x+ times less.
29
29
30
30
**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)**
31
31
@@ -150,3 +150,4 @@ You can pass through other options of [`enhanced-resolve`][] directly
0 commit comments