Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 132 Bytes

space-after-async.md

File metadata and controls

7 lines (4 loc) · 132 Bytes

Pattern: Missing space after async

Issue: -

Description

This rule disallows async()=>{}, suggesting to use async ()=>{}.