xxx ✅ This rule is part of the recommended config. 🔧 This rule is auto-fixable. Fail var test = () => {}; runCallback(() => {}); Pass function test() {} runCallback(function () {});