ajv-cli
ajv-cli copied to clipboard
ajv-cli can't validate a file that doesn't have .json for extension
Hello,
I've just installed ajv-cli with npm install -g ajv-cli and trying to validate a file named e.g. foo.bar fails with
error: Unexpected token ':'
Renaming the file to foo.json works
Any update for this?