Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 292 Bytes

number-literal-format.md

File metadata and controls

11 lines (6 loc) · 292 Bytes

Pattern: Malformed number literal

Issue: -

Description

Checks that decimal literals should begin with 0. instead of just ., and should not end with a trailing 0.

Further Reading