mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 11:51:10 +08:00
Fixed header
This commit is contained in:
5
types/stripejs/index.d.ts
vendored
5
types/stripejs/index.d.ts
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user