2.0.0 (2021-10-17)
- Support
eslint
v8 and@typescript-eslint
v5. (8753aec)
1.0.6 (2021-03-22)
- Set minimum
eslint-etc
version. (d052beb)
1.0.5 (2021-03-20)
- Enable TypeScript
strict
option and fix related problems. (109d2f1)
1.0.4 (2021-01-11)
- Fix GitHub URL for docs. (f645a37)
1.0.3 (2020-11-28)
- Remove
.npmignore
and usefiles
inpackage.json
instead. (ec249b6)
1.0.2 (2020-11-05)
prefer-takeuntil
no longer effects failures iftakeUntil
is not the last operator. (5c0a8fb)
1.0.1 (2020-10-23)
- Specify
engines
inpackage.json
. - Downlevel the TypeScript output to ES2019.