From 09fa9046d2d8d36b01fcb48006e33c26384b9981 Mon Sep 17 00:00:00 2001
From: googlemaps-bot <googlemaps-bot@google.com>
Date: Mon, 13 May 2024 14:02:42 +0000
Subject: [PATCH] chore: Synced local '.eslintrc.json' with remote
 'sync-files/js/.eslintrc.json'

---
 .eslintrc.json | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/.eslintrc.json b/.eslintrc.json
index aa3e1a1d..fbda63ef 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -19,15 +19,10 @@
       "plugins": ["@typescript-eslint"],
       "extends": ["plugin:@typescript-eslint/recommended"],
       "rules": {
-        "@typescript-eslint/no-unused-vars": 0,
-        "@typescript-eslint/no-explicit-any": 0,
         "@typescript-eslint/ban-ts-comment": 0,
-        "@typescript-eslint/ban-types": [
-          1,
-          { "extendDefaults": true, "types": { "Function": false } }
-        ],
-        "@typescript-eslint/no-empty-function": 0,
-        "@typescript-eslint/member-ordering": 0,
+        "@typescript-eslint/ban-types": 1,
+        "@typescript-eslint/no-empty-function": 1,
+        "@typescript-eslint/member-ordering": 1,
         "@typescript-eslint/explicit-member-accessibility": [
           1,
           {