diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-04 00:35:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-04 00:35:11 +0200 |
commit | 4e9b93d118140d992f37cf97a3d38783ba9e7208 (patch) | |
tree | e968de80a2df4358da28ed8fff9159fdd8301c24 /README.md | |
parent | e9d6f5a70742977c8af3924c127d2cd9384118cb (diff) | |
parent | 5db4710e6d5054013ceb2f6716f65c35ffa2a820 (diff) | |
download | ale-4e9b93d118140d992f37cf97a3d38783ba9e7208.zip |
Merge pull request #35 from KabbAmine/linter-jsonlint-fp
Add linter jsonlint for json
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) | | SASS/SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint) | |