Enable & fix dt-header rule (#37411)

This commit is contained in:
Dmitry Demensky
2019-08-14 00:46:56 +03:00
committed by Pranav Senthilnathan
parent 3c15e07968
commit c140f50a38
2 changed files with 12 additions and 15 deletions

View File

@@ -1,19 +1,17 @@
// Type definitions for Google Maps JavaScript API 3.37
// Project: https://developers.google.com/maps/
// Definitions by: Folia A/S <http://www.folia.dk>,
// Chris Wrench <https://github.com/cgwrench>,
// Kiarash Ghiaseddin
// <https://github.com/Silver-Connection/DefinitelyTyped>,
// Grant Hutchins <https://github.com/nertzy>,
// Denis Atyasov <https://github.com/xaolas>,
// Michael McMullin <https://github.com/mrmcnerd>,
// Martin Costello <https://github.com/martincostello>,
// Sven Kreiss <https://github.com/svenkreiss>
// Umar Bolatov <https://github.com/bolatovumar>
// Michael Gauthier <https://github.com/gauthierm>
// Colin Doig <https://github.com/captain-igloo>
// Dmitry Demensky <https://github.com/demensky>
// Vladimir Dashukevich <https://github.com/life777>
// Definitions by: Chris Wrench <https://github.com/cgwrench>,
// Kiarash Ghiaseddin <https://github.com/Silver-Connection>,
// Grant Hutchins <https://github.com/nertzy>,
// Denis Atyasov <https://github.com/xaolas>,
// Michael McMullin <https://github.com/mrmcnerd>,
// Martin Costello <https://github.com/martincostello>,
// Sven Kreiss <https://github.com/svenkreiss>
// Umar Bolatov <https://github.com/bolatovumar>
// Michael Gauthier <https://github.com/gauthierm>
// Colin Doig <https://github.com/captain-igloo>
// Dmitry Demensky <https://github.com/demensky>
// Vladimir Dashukevich <https://github.com/life777>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.7

View File

@@ -1,7 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"dt-header": false,
"npm-naming": false
}
}