Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 345 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 345 Bytes

bug-typescript-eslint

Demonstrates a bug when using typescript eslint

  1. Initialize the yarn workspace in this repo
  2. Open the file main.ts. (Do NOT invoke tsc to build)
  3. Notice the error in the second function

If you build everything and lint again, the problem is gone. (with VS Code's eslint extension, I just restart VS Code).