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
bifrost
added 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-promise
now allowsfor-await-of
withIterable<PromiseLike<any>>
, previously it only allowedAsyncIterable<any>
no-duplicate-case
added check for unions of literal typesno-inferred-empty-object
handles generic functions declared in JSDocno-useless-assertion
fixed detection if variable may be used before being assigned and thus the non-null assertion is actually necessary