Skip to content

Commit 22dfe71

Browse files
committed
Add google global
Needed for when we utilize the google.maps API. Release version 1.0.8.
1 parent cd9c134 commit 22dfe71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
'Event': true,
2121
'expect': true,
2222
'fixture': true,
23+
'google': true, // Used for google.maps API
2324
'FS': true,
2425
'FsBehaviors': true,
2526
'FSTreeCommonRoutingService': true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tree",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)