@fimbul/mimir
Advanced tools
Changelog
v0.10.0
This release fixes a few bugs related to the release process:
Bugfixes:
no-nan-compare
: also detects comparing with Number.NaN
Changelog
v0.9.0
Features:
parameter-properties
(contributed by @aervin)no-duplicate-spread-property
prefer-namespace-keyword
no-useless-declare
ban-dom-globals
bifrost
added a function to wrap Fimbullinter rules for the use in TSLintBugfixes:
await-only-promise
now allows for-await-of
with Iterable<PromiseLike<any>>
, previously it only allowed AsyncIterable<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