mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
384 B
JSON
10 lines
384 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// The definitions need to use the same naming as the original typelib, see http://www.m-files.com/UI_Extensibility_Framework/#MFClientScript_P.html
|
|
"interface-name": false,
|
|
// The definition file is generated by a tool and not edited manually, thus long lines may be created
|
|
"max-line-length": false,
|
|
"no-const-enum": false
|
|
}
|
|
} |