You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
I am using linter-jsonlint along with atom editor version 1.15.0.
For some reason I am unable to see the syntax errors as showing in the screenshot.
For instance when I open the following snippet : { "server": "internal.amazonaws.com", "jmx_monitor_services": [ "service1" "service2" ] "service1": { "jmx_port": "9003" }, "service2": { "jmx_port": "4010" } }
I do not see the syntax errors hi-lighted on line number 4 and 6. What am I missing. Attached is a screenshot of the editor window with the JSON snippet.