DefinitelyTyped/types/dwt/tslint.json
Xiao Ling 364a884c95 Added dwt (#16259)
* Dynamic Web TWAIN

* Added Header

* Update

* strip BOM

* Fixed type error. Added typescript version.

* Added tslint.json

* Updated tslint.json
2017-05-03 12:56:53 -07:00

10 lines
200 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"max-line-length": [false],
"no-trailing-whitespace": false,
"space-before-function-paren": false,
"only-arrow-functions": [false]
}
}