mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-30 18:24:26 +00:00
* fix(braintree-web): add missing propertes to factory methods - `authorization` - `version` https://braintree.github.io/braintree-web/current/module-braintree-web_hosted-fields.html#.create https://braintree.github.io/braintree-web/current/module-braintree-web_three-d-secure.html#.create /cc @jbojcic1 Thanks! Fixes: #43346 * Add missing `authorization` option as per PR comment
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"comment-format": false,
|
|
"dt-header": false,
|
|
"export-just-namespace": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-duplicate-imports": false,
|
|
"no-inferrable-types": false,
|
|
"no-mergeable-namespace": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"no-unnecessary-type-assertion": false,
|
|
"no-var-keyword": false,
|
|
"object-literal-key-quotes": false,
|
|
"object-literal-shorthand": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"space-before-function-paren": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"trim-file": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|