v0.9.0
Features:
- new rule:
parameter-properties(contributed by @aervin) - new rule:
no-duplicate-spread-property - new rule:
prefer-namespace-keyword - new rule:
no-useless-declare - new rule:
ban-dom-globals bifrostadded a function to wrap Fimbullinter rules for the use in TSLint- many rules now have a detailed documentation page
- Node.js v10 is now officially supported
Bugfixes:
await-only-promisenow allowsfor-await-ofwithIterable<PromiseLike<any>>, previously it only allowedAsyncIterable<any>no-duplicate-caseadded check for unions of literal typesno-inferred-empty-objecthandles generic functions declared in JSDocno-useless-assertionfixed detection if variable may be used before being assigned and thus the non-null assertion is actually necessary