DefinitelyTyped/types/express/tslint.json
makepost 9079d17666 [express] Body parsing middleware included in 4.16 (#20624)
* express.json() and express.urlencoded()

* Express: Add tslint.json
2017-10-23 11:37:58 -07:00

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
}
}