jsonlint
JSON Lint reports for your Atom editor
tcarlsen 35,587 64 1.1.4 MIT GitHub

JSON Lint

JSON Lint error reports for your Atom editor.

preview

Installation

You can install this plugin via the Packages manager in Atom itself or manually through the terminal

$ apm install jsonlint

Usage

JSON Lint is by default validating on save (this can be changed in the package settings), you can also execute it by hitting ctrl-alt-l.

If you like you can even set it to validate while typing in the package settings.

Features

  • Validate on keymap (ctrl-alt-l)
  • Validate on command
  • Validate on save (toggle in settings)
  • Validate on change (toggle in settings)
  • Option to hide the error panel if no errors were found (toggle in settings)

License

MIT © tcarlsen