mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
335 B
JSON
12 lines
335 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// Not sure if changing these won't break apps.
|
|
"interface-name": false,
|
|
"no-empty-interface": false,
|
|
"no-namespace": false,
|
|
"no-reference-import": false,
|
|
"no-var-keyword": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
} |