mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
272 B
JSON
11 lines
272 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"align": false,
|
|
"ban-types": false,
|
|
"interface-over-type-literal": false,
|
|
"no-var": false,
|
|
"prefer-method-signature": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
} |