Skip to content

Commit ad7aa17

Browse files
committed
fix: eslint issues
1 parent 19d2f68 commit ad7aa17

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import { jest } from "@jest/globals";
1818
import type { bootstrap } from "./bootstrap.js";
19-
import { logDevWarning } from "./messages.js";
2019

2120
type ImportLibraryMock = jest.Mock<typeof google.maps.importLibrary>;
2221

src/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
16+
/* eslint-disable @typescript-eslint/no-empty-function */
1717
export const MSG_DEPRECATED_LOADER =
1818
"The Loader class is no longer available in this version." +
1919
"\nPlease use the new functional API: setOptions() and importLibrary()." +

0 commit comments

Comments
 (0)