DefinitelyTyped/types/mfiles/tslint.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
}
}