mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
* Remove options file and include options as well as JSDocs inline * Hint retry to `Error` classes * Remove optional flag of `current` in the callback parameter * Fix typos
15 lines
248 B
JSON
15 lines
248 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"member-access": true,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"one-line": {
|
|
"options": [
|
|
"check-open-brace",
|
|
"check-whitespace"
|
|
]
|
|
}
|
|
}
|
|
}
|