DefinitelyTyped/types/node/tslint.json
2019-01-28 12:12:28 -08:00

11 lines
247 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"unified-signatures": false,
"no-empty-interface": false,
"no-single-declare-module": false,
"strict-export-declare-modifiers": false // http2 needs this
}
}