Skip to content

Commit 01fef26

Browse files
committed
Fix gapi linter issue
1 parent 22a4a35 commit 01fef26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages-exp/auth-exp/src/platform_browser/iframe/gapi.iframes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
* limitations under the License.
1616
*/
1717

18+
// For some reason, the linter doesn't recognize that these are used elsewhere
19+
// in the SDK
20+
/* eslint-disable @typescript-eslint/no-unused-vars */
21+
1822
declare namespace gapi {
1923
type LoadCallback = () => void;
2024
interface LoadConfig {}

0 commit comments

Comments
 (0)