mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-25 02:02:52 +00:00
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"no-any-union": false,
|
|
"no-declare-current-package": false,
|
|
"no-single-declare-module": false,
|
|
"prefer-method-signature": false
|
|
}
|
|
}
|