Skip to content

benjaminjkraft/typescript-eslint-caching-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repro steps:

npm install
npx eslint --cache src/*.ts  # passes (correctly)
# edit src/callee.ts to switch to async (comment the sync function and uncomment the async function)
npx eslint --cache src/*.ts  # passes (erroneously)
npx eslint src/*.ts          # fails (correctly)

About

repro for caching issues in typescript-eslint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published