From c140f50a38c04e41966fc2cfb57feedbf880db46 Mon Sep 17 00:00:00 2001 From: Dmitry Demensky <10235949+demensky@users.noreply.github.com> Date: Wed, 14 Aug 2019 00:46:56 +0300 Subject: [PATCH] Enable & fix `dt-header` rule (#37411) --- types/googlemaps/index.d.ts | 26 ++++++++++++-------------- types/googlemaps/tslint.json | 1 - 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/types/googlemaps/index.d.ts b/types/googlemaps/index.d.ts index e477b797cc..31ca586d66 100644 --- a/types/googlemaps/index.d.ts +++ b/types/googlemaps/index.d.ts @@ -1,19 +1,17 @@ // Type definitions for Google Maps JavaScript API 3.37 // Project: https://developers.google.com/maps/ -// Definitions by: Folia A/S , -// Chris Wrench , -// Kiarash Ghiaseddin -// , -// Grant Hutchins , -// Denis Atyasov , -// Michael McMullin , -// Martin Costello , -// Sven Kreiss -// Umar Bolatov -// Michael Gauthier -// Colin Doig -// Dmitry Demensky -// Vladimir Dashukevich +// Definitions by: Chris Wrench , +// Kiarash Ghiaseddin , +// Grant Hutchins , +// Denis Atyasov , +// Michael McMullin , +// Martin Costello , +// Sven Kreiss +// Umar Bolatov +// Michael Gauthier +// Colin Doig +// Dmitry Demensky +// Vladimir Dashukevich // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.7 diff --git a/types/googlemaps/tslint.json b/types/googlemaps/tslint.json index a119cd165a..41344f59e7 100644 --- a/types/googlemaps/tslint.json +++ b/types/googlemaps/tslint.json @@ -1,7 +1,6 @@ { "extends": "dtslint/dt.json", "rules": { - "dt-header": false, "npm-naming": false } }