eslint-plugin-json-format
eslint-plugin-json-format copied to clipboard
Rejects valid numbers
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.