v0.8.0
Features:
- new rule:
no-invalid-assertion no-inferred-empty-objectchecks JSX elements and tagged templates starting from typescript@2.9.0no-useless-initializerchecks destructuring defaults
Bugfixes:
no-inferred-empty-objectcorrectly checks classes with constructorno-inferred-empty-objectcorrectly checks classes from JavaScript files that have type parameters in JSDocno-useless-assertionforbids definite assignment assertions on properties with computed nameno-return-awaitwraps object literals returned from shorthand arrow functions in parentheses to avoid syntax errorsno-useless-spreadno longer autofixes object spread to avoid introducing duplicate key errors--projectflag no longer causes a crash when referencing non-existent filesvaltyrcorrectly loads custom formatters
Thanks to @aervin for contributing.