@fimbul/wotan
Advanced tools
Changelog
v0.8.0
Features:
no-invalid-assertion
no-inferred-empty-object
checks JSX elements and tagged templates starting from typescript@2.9.0no-useless-initializer
checks destructuring defaultsBugfixes:
no-inferred-empty-object
correctly checks classes with constructorno-inferred-empty-object
correctly checks classes from JavaScript files that have type parameters in JSDocno-useless-assertion
forbids definite assignment assertions on properties with computed nameno-return-await
wraps object literals returned from shorthand arrow functions in parentheses to avoid syntax errorsno-useless-spread
no longer autofixes object spread to avoid introducing duplicate key errors--project
flag no longer causes a crash when referencing non-existent filesvaltyr
correctly loads custom formattersThanks to @aervin for contributing.