jsonlint-tree
v2.0.1
Published
JSON lint a directory recursively
Readme
jsonlint-tree
jsonlint a directory recursively.
Install
npm i -g jsonlint-tree
Usage
$ jsonlint-tree myfolder✓ myfolder/a.json
✓ myfolder/path/b.json
✓ myfolder/path/to/c.json
✗ myfolder/path/to/d.json
✓ 3 valid files
✗ 1 invalid filesChangelog
2.0.0
- Remove extra dependencies
- Require Node >=18.17.0
1.1.0
- It shows the number of valid and invalid files.
1.0.0
- Initial release :tada:
