DefinitelyTyped/types/ffi/tslint.json
waiting 6fb134d9fc Optimize type of params by Union Types (#20680)
* Optimize type of params by Union Types

* Avoid variable name of parameter clashes with keyword/type

writeCString()

* Add tslint.json

* tsconfig: turn strictNullChecks on

* Use const instead of var

* Use arrow function

* Update by new-parens

* Update for object-literal-key-quotes

* Update semicolon

* types: use object instead of Object

* types: use object instead of Object

* types: merged by union types

* Use const instead of var

* tsling: no-consecutive-blank-lines max 3

* Fix dt-header by 0.1

* Add '// TypeScript Version: 2.2' under header

* Fix for trim-file

* Update for prefer-declare-function

* tsling: turn ban-types off for use of 'Function'

* Update definition of Library

* Remove `@overide` tag
2018-01-02 17:32:22 -08:00

9 lines
125 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-consecutive-blank-lines": [true, 3],
"ban-types": [false]
}
}