feat: add sample code for delete document schema #5274
Annotations
8 errors and 3 warnings
lint:
document-warehouse/create-document-schema.js#L31
Insert `⏎···`
|
lint:
document-warehouse/create-document-schema.js#L43
Replace `"schema·property·1"` with `'schema·property·1'`
|
lint:
document-warehouse/create-document-schema.js#L44
Replace `"searchable·text"` with `'searchable·text'`
|
lint:
document-warehouse/create-document-schema.js#L50
Replace `"My·Test·Schema"` with `'My·Test·Schema'`
|
lint:
document-warehouse/create-document-schema.js#L66
Replace `·console.log(`Success!\nDocument·Schema·Created:·\n${JSON.stringify(result)}`` with `⏎········console.log(⏎··········`Success!\nDocument·Schema·Created:·\n${JSON.stringify(result)}`⏎········`
|
|
lint:
document-warehouse/create-document-schema.js#L78
Newline required at end of file but not found
|
lint
Process completed with exit code 1.
|
lint:
document-warehouse/create-document-schema.js#L43
Strings must use singlequote
|
lint:
document-warehouse/create-document-schema.js#L44
Strings must use singlequote
|
lint:
document-warehouse/create-document-schema.js#L50
Strings must use singlequote
|