v0.11.0
- Dropped support for TypeScript@<2.7.0. The new backwards compatibility policy ensures support for the last 3 stable minor releases of TypeScript.
prefer-number-isnan->prefer-number-methodswhich checksisFinitein addition
Features:
- new rule:
no-octal-escape - new rule:
type-assertion - new rule:
delete-only-optional-property - Added support for
resolveJsonModulecompilerOption - handle
unknowntype introduced in TypeScript@3.0.0 --fixno longer autofixes files with syntax errors to prevent further destroying your code
Bugfixes:
- fixed crash in
no-inferred-empty-objectwith TypeScript@3.0.0 and multiple JSDoc@templatetags no-useless-assertion: better handling of contextual typesno-useless-predicate: handle intersection typesprefer-for-of: ensure iterated object implements iteration protocolprefer-for-of: ensure iterator yields the same type as index signatureno-unstable-api-use: check element access with well-known symbols