Skip to content

Commit

Permalink
use strict 馃拃
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 9, 2023
1 parent fdcf6f2 commit 5c33fa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const assert = require('assert').strict
const Firestore = require('@google-cloud/firestore')

Expand Down
2 changes: 2 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const test = require('ava')
const testSuite = require('@keyv/test-suite').default
const Keyv = require('keyv')
Expand Down

0 comments on commit 5c33fa3

Please sign in to comment.