JSON Schema Property 'exclude'

Description

File glob(s) to ignore.

Diagram

Drilldown into /properties/lint/items[0]/properties/exclude/oneOf[1] Drilldown into /properties/lint/items[0]/properties/exclude/oneOf[1]JSON Schema Diagram of /properties/lint/items[0]/properties/exclude

Value

Boolean

Literal value true or false.

String

Any String value.

Number

Any Number value.

Array

Array Index Type Description
1-n Any Any type of value (boolean, integer, number, string, object, array or null).

Object

Properties

Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Null

Literal value null.

Default

[]

Additional Rules

OneOf

The JSON value must validate against ONE (and only one) of the following schema definitions.

Source

"exclude": {
    "description": "File glob(s) to ignore.",
    "default": [],
    "oneOf": [
        {
            "type": "string"
        },
        {
            "type": "array",
            "items": {
                "type": "string"
            }
        }
    ]
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (241:20)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0