Skip to content

Commit

Permalink
chore: Synced local '.eslintrc.json' with remote 'sync-files/js/.esli…
Browse files Browse the repository at this point in the history
…ntrc.json'
  • Loading branch information
googlemaps-bot committed Mar 18, 2024
1 parent a9b2d01 commit e0e70b7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
{
Expand Down

0 comments on commit e0e70b7

Please sign in to comment.