mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-27 19:22:47 +00:00
11 lines
248 B
JSON
11 lines
248 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"max-line-length": false,
|
|
"no-declare-current-package": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-single-declare-module": false
|
|
}
|
|
}
|