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

[Update] Using Cloud Logging with IoT Core devices #1879

Merged
merged 2 commits into from
Jul 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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