mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Dynamic Web TWAIN * Added Header * Update * strip BOM * Fixed type error. Added typescript version. * Added tslint.json * Updated tslint.json
10 lines
200 B
JSON
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]
|
|
}
|
|
}
|