diff --git a/types/stripejs/index.d.ts b/types/stripejs/index.d.ts index 02274602b0..ed4f8686bf 100644 --- a/types/stripejs/index.d.ts +++ b/types/stripejs/index.d.ts @@ -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 -// Robin van Tienhoven // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.1 diff --git a/types/stripejs/tslint.json b/types/stripejs/tslint.json index c0f3532a11..1c2b5f91d1 100644 --- a/types/stripejs/tslint.json +++ b/types/stripejs/tslint.json @@ -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 } }