We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9c134 commit 22dfe71Copy full SHA for 22dfe71
index.js
@@ -20,6 +20,7 @@ module.exports = {
20
'Event': true,
21
'expect': true,
22
'fixture': true,
23
+ 'google': true, // Used for google.maps API
24
'FS': true,
25
'FsBehaviors': true,
26
'FSTreeCommonRoutingService': true,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-tree",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
5
"main": "index.js",
6
"repository": {
0 commit comments