- Clone this repo.
- Install dependencies:
npm ci
. - Run TypeScript and ESLint:
npm test
.
❯ npm test
> test
> tsc && eslint .
/Users/lydell/stuff/typescript-eslint-preact/index.tsx
1:10 error 'h' is defined but never used @typescript-eslint/no-unused-vars
1:13 error 'Fragment' is defined but never used @typescript-eslint/no-unused-vars
Expected: No errors.
Actual: No errors.