`require-task-name-suffix` rule doesn't work with latest EC syntax. ```ts loadSomething = task({ restartable: true }, async () => { try { await ...; } catch (err) { console.error(err); } }); ``` This won't throw any errors.