Type object
File match .jsinspectrc
Schema URL https://catalog.lintel.tools/schemas/schemastore/jsinspectrc/latest.json
Source https://www.schemastore.org/jsinspectrc.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

identifiers boolean

A flag indicating whether to limit the search to nodes with matching identifiers

Default: false
ignore string

A regular expression used for matching paths to ignore

jsx boolean

A flag indicating whether to process JSX files

Default: false
reporter string

The name of the reporter to be used

Default: "default"
Values: "default" "json" "pmd"
suppress integer

The number of lines at which diffs should be suppressed. A value of 0 is off.

Default: 100
min=0
threshold integer

A threshold determining the smallest subset of nodes to analyze

Default: 15