SoftwareMarbles / lazy

Hackable Coding Assistant
http://getlazy.org
MIT License
1 stars 0 forks source link

Add JSON linter #27

Closed ierceg closed 7 years ago

ierceg commented 7 years ago

ESLint could serve as a JSON linter but it would accept too much (all JSON is valid JavaScript but not JavaScript is valid JSON).

neboysa commented 7 years ago

We can use YAML linter to check JSON, as every valid JSON is also valid YAML?

ierceg commented 7 years ago

Implemented with #24