Tagged “linter”
-
TIL brackets breaking elements in JavaScript javascript linter
The 'automatic semicolon insertion' it does is an error correction process
-
TIL trailing commas in Javascript mdn linter cleancode
JavaScript has allowed trailing commas in array literals since the beginning, and later added them to object literals, and more recently, to function parameters and to named imports and named exports.
See all tags.