Skip to content

Commit aa657ab

Browse files
author
Paulina Nguyen
committed
lint
1 parent 3ed248d commit aa657ab

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

document-warehouse/get-document-schema.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ async function main(
2929
*/
3030

3131
// Import from google cloud
32-
const {DocumentSchemaServiceClient} = require('@google-cloud/contentwarehouse').v1;
32+
const {DocumentSchemaServiceClient} =
33+
require('@google-cloud/contentwarehouse').v1;
3334

3435
// Create service client
3536
const serviceClient = new DocumentSchemaServiceClient();
@@ -60,4 +61,4 @@ async function main(
6061
main(...process.argv.slice(2)).catch(err => {
6162
console.error(err);
6263
process.exitCode = 1;
63-
});
64+
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-config-prettier": "^9.0.0",
2525
"eslint-plugin-node": "^11.1.0",
2626
"eslint-plugin-prettier": "^5.0.0-alpha.1",
27-
"gts": "^5.0.0",
27+
"gts": "^5.0.1",
2828
"mocha": "^10.2.0",
2929
"nunjucks": "^3.2.4",
3030
"prettier": "^3.0.0",

0 commit comments

Comments
 (0)