Files
DefinitelyTyped/types/mfiles/tslint.json
Vladimir Djukic a746ec4213 Update Hemera nats to have JOI support (#22419)
* add joi

* add joi interface

* fix

* add lint

* fix typo

* fix lint

* fix lint

* fix lint

* fix lint

* fix type

* update types for keys

* update types

* update types

* fix typo

* fix lint

* add extension for mongodb

* Update hemera types version
2018-01-02 14:32:34 -08:00

9 lines
358 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
}
}