Skip to content

Commit

Permalink
make eslint pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui committed Aug 25, 2018
1 parent 07a45f1 commit 7614887
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions asset/snippets/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@
// Imports the Google Cloud client library
const asset = require('@google-cloud/asset');

// eslint-disable-next-line
const client = new asset.AssetServiceClient({
projectId: 'your-project-id',
keyFilename: '/path/to/keyfile.json',
});

// [END asset_quickstart]

0 comments on commit 7614887

Please sign in to comment.