mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
fixed linting
This commit is contained in:
1
types/openfin/index.d.ts
vendored
1
types/openfin/index.d.ts
vendored
@@ -4,6 +4,7 @@
|
||||
// Ricardo de Pena <https://github.com/rdepena>
|
||||
// Roma <https://github.com/whyn07m3>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.9
|
||||
|
||||
// based on v9.61.34.22
|
||||
// see https://openfin.co/support/technical-faq/#what-do-the-numbers-in-the-runtime-version-mean
|
||||
|
||||
18
types/openfin/tslint.json
Normal file
18
types/openfin/tslint.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"max-line-length": false,
|
||||
"no-redundant-jsdoc-2": false,
|
||||
"jsdoc-format": false,
|
||||
"no-var-keyword": false,
|
||||
"whitespace": false,
|
||||
"semicolon": false,
|
||||
"strict-export-declare-modifiers": false,
|
||||
"array-type": false,
|
||||
"unified-signatures": false,
|
||||
"void-return": false,
|
||||
"ban-types": false,
|
||||
"callable-types": false,
|
||||
"no-const-enum": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user