Fixed header

This commit is contained in:
Robin van Tienhoven
2018-09-04 10:26:59 +02:00
parent b59bcf7963
commit 50a5ea1407
2 changed files with 3 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
// Type definitions for StripeJS 3.0
// Type definitions for stripe.js 3.0
// Project: https://stripe.com/
// Definitions by: Marc Mackenbach <https://github.com/mackenbach/>
// Robin van Tienhoven <https://github.com/RobinvanTienhoven
// Definitions by: Robin van Tienhoven <https://github.com/RobinvanTienhoven>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1

View File

@@ -2,9 +2,6 @@
"extends": "dtslint/dt.json",
"rules": {
// IBAN is written with an 'I' for example
"interface-name": false,
// Setting '// TypeScript Version: 2.1' in the index.d.ts header gives 'Error parsing header' when linting
"dt-header": false
"interface-name": false
}
}