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
Presumably to avoid excessive stat calls, the return value of
`normalizeOptions()` is cached for each input tsconfig file. But the
return value also depends on the input `options`: eslint configuration
may pass different options for the same tsconfig file.
Instead, cache only the result of the `tryFile()` call.
0 commit comments