1.0.1 • Published 5 years ago
@lambocreeper/json-linter v1.0.1
JSON Linter
A simple program to lint JSON files.
Usage
- Lint an entire folder:
folder=<path/to/folder>
- Lint a file:
files=<path/to/file>
- Lint multiple files:
files=<path/to/file>,<path/to/file>