Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
[Update] Using Cloud Logging with IoT Core devices (#1879)
Browse files Browse the repository at this point in the history
* update code for the tutorial

* add step to clone the repo
  • Loading branch information
xiangshen-dk committed Jul 9, 2021
1 parent 824fb3c commit 2701c44
Show file tree
Hide file tree
Showing 16 changed files with 9,844 additions and 4,905 deletions.
2 changes: 2 additions & 0 deletions tutorials/cloud-iot-logging/functions/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/
lib/
3 changes: 3 additions & 0 deletions tutorials/cloud-iot-logging/functions/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/gts/"
}
3 changes: 3 additions & 0 deletions tutorials/cloud-iot-logging/functions/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
...require('gts/.prettierrc.json')
}
Loading

0 comments on commit 2701c44

Please sign in to comment.