@fimbul/wotan
Advanced tools
Changelog
v0.7.0
Features:
no-unassigned-variable
no-useless-spread
(contributed by @aervin)return-never-call
Bugfixes:
no-inferred-empty-object
: check generic JSX elements (starting from typescript@2.9)no-useless-assertion
: correctly handle conditional typesno-useless-predicate
: checks comparing typeof
with a variable that has a literal type: const str = 'string'; typeof 1 === str;