eslint-plugin-json-format icon indicating copy to clipboard operation
eslint-plugin-json-format copied to clipboard

Rejects valid numbers

Open woolinsilver-sknups opened this issue 2 years ago • 0 comments
trafficstars

Numbers like this are valid JSON, I believe:

[ 1.0, 2.0, 3.0 ]

but I see this

Format Error: unexpected ".0"  JSON format

Truncating 1.0 to 1 is not required in JSON.

woolinsilver-sknups avatar Feb 08 '23 06:02 woolinsilver-sknups