v0.8.0
Features:
- new rule:
no-invalid-assertion
no-inferred-empty-object
checks JSX elements and tagged templates starting from [email protected]no-useless-initializer
checks destructuring defaults
Bugfixes:
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 formatters
Thanks to @aervin for contributing.