Add linter jsonlint for json

This commit is contained in:
Kabbaj Amine
2016-10-03 22:24:04 +03:00
parent 60a03cb933
commit 5db4710e6d
2 changed files with 45 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ name. That seems to be the fairest way to arrange this table.
| Fortran | [gcc](https://gcc.gnu.org/) |
| Haskell | [ghc](https://www.haskell.org/ghc/)^ |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| Json | [jsonlint](http://zaa.ch/jsonlint/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
| Vim | [vint](https://github.com/Kuniwak/vint)^ |