From af87309321d7f6d73c903cd6559ce7295ab1dde0 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Tue, 5 Dec 2023 23:20:03 +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, {