mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"jsdoc-format": false,
|
|
"max-line-length": [false],
|
|
"no-redundant-jsdoc": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-trailing-whitespace": false,
|
|
"space-before-function-paren": false,
|
|
"only-arrow-functions": [false]
|
|
}
|
|
}
|