Type object
File match .v8rrc.json .v8rrc.yaml .v8rrc.yml
Schema URL https://catalog.lintel.tools/schemas/schemastore/v8r/latest.json
Source https://raw.githubusercontent.com/chris48s/v8r/main/config-schema.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

cacheTtl integer

Remove cached HTTP responses older than cacheTtl seconds old. Specifying 0 clears and disables cache completely

min=0
customCatalog object

A custom schema catalog. This catalog will be searched ahead of any custom catalogs passed using --catalogs or SchemaStore.org

1 nested properties
schemas object[] required

A list of JSON schema references.

outputFormat string

Output format for validation results. 'text' and 'json' are always valid. Plugins may define additional values which are valid here.

ignoreErrors boolean

Exit with code 0 even if an error was encountered. True means a non-zero exit code is only issued if validation could be completed successfully and one or more files were invalid

ignorePatternFiles string[]

A list of files containing glob patterns to ignore

uniqueItems=true
patterns string[]

One or more filenames or glob patterns describing local file or files to validate

minItems=1uniqueItems=true
verbose integer

Level of verbose logging. 0 is standard, higher numbers are more verbose

min=0
plugins string[]

An array of strings describing v8r plugins to load

uniqueItems=true
$schema string