Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ It returns the parsed object or throws an `Error`.
* [Syntastic](http://www.vim.org/scripts/script.php?script_id=2736)
* [sourcebeautify](http://www.vim.org/scripts/script.php?script_id=4079)

## Continuous Integration

* [Mega-Linter](https://nvuillam.github.io/mega-linter/)
* embeds more than 70 linters, including [jsonlint](https://nvuillam.github.io/mega-linter/descriptors/json_jsonlint/) by default in all its [flavors](https://nvuillam.github.io/mega-linter/flavors/), so any detected JSON file will be linted by jsonlint
* Runnable in CI as [GitHub Action and in other CI tools]((https://nvuillam.github.io/mega-linter/installation/))
* can can also be [run locally](https://nvuillam.github.io/mega-linter/mega-linter-runner/)

## MIT License

Copyright (C) 2012 Zachary Carter
Expand Down