Feature request: Numeric Separators
Author: jpodeszfaCreated Feb 17, 2021Updated Mar 10, 2025
LabelsProposal
https://github.com/tc39/proposal-numeric-separator
example:
const test = 1_000_000;jshint result:
Problem at line 1 character 14: Unexpected '1'.
It is supported by all major browsers: https://caniuse.com/mdn-javascript_grammar_numeric_separators
Source: jshint/jshint