DefinitelyTyped/types/node/tslint.json
2018-09-24 15:54:20 +02:00

10 lines
208 B
JSON

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