Skip to content

Commit

Permalink
fix: revert adjusted eslint-config (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink authored Jul 28, 2023
1 parent 662b738 commit 8d609f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
"@typescript-eslint/ban-types": 1,
"@typescript-eslint/no-empty-function": 1,
"@typescript-eslint/member-ordering": 1,
"@typescript-eslint/no-unused-vars": [
1,
{ "vars": "all", "args": "none" }
],
"@typescript-eslint/explicit-member-accessibility": [
1,
{
Expand Down
3 changes: 2 additions & 1 deletion src/three.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ export class ThreeJSOverlayView implements google.maps.WebGLOverlayView {
* render animation frame.
* @param options
*/
public onStateUpdate(options: google.maps.WebGLStateOptions): void {}
public onStateUpdate(options: google.maps.WebGLStateOptions): void;
public onStateUpdate(): void {}

/**
* Overwrite this method to fetch or create intermediate data structures
Expand Down

0 comments on commit 8d609f3

Please sign in to comment.