Merge pull request #17 from gfargo/feat/ip-blocking #22
Annotations
10 errors
Release:
src/constants/schema.ts#L2
Replace `"$schema":·"http://json-schema.org/draft-07/schema#"` with `$schema:·'http://json-schema.org/draft-07/schema#'`
|
Release:
src/constants/schema.ts#L3
Replace `"title":·"Doorman·Config"` with `title:·'Doorman·Config'`
|
Release:
src/constants/schema.ts#L4
Replace `"description":·"Schema·for·vercel-doorman·project·configuration·files"` with `description:·'Schema·for·vercel-doorman·project·configuration·files'`
|
Release:
src/constants/schema.ts#L5
Replace `"$ref":·"#/definitions/FirewallConfig"` with `$ref:·'#/definitions/FirewallConfig'`
|
Release:
src/constants/schema.ts#L6
Replace `"definitions"` with `definitions`
|
Release:
src/constants/schema.ts#L7
Replace `"FirewallConfig"` with `FirewallConfig`
|
Release:
src/constants/schema.ts#L8
Replace `"type":·"object"` with `type:·'object'`
|
Release:
src/constants/schema.ts#L9
Replace `"properties"` with `properties`
|
Release:
src/constants/schema.ts#L10
Replace `"projectId"` with `projectId`
|
Release:
src/constants/schema.ts#L11
Replace `"type":·"string"` with `type:·'string',`
|