Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 262 Bytes

paren_brace_linter.md

File metadata and controls

11 lines (6 loc) · 262 Bytes

Pattern: Missing space between ) and an {

Issue: -

Description

Checks that there is a space between right parenthesis and an opening curly brace.

Further Reading