From cc56062b405c75106113cba330d251c3d0c9c8ec Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 5 Feb 2024 14:02:36 +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 aa3e1a1dd..fbda63efe 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, {