DefinitelyTyped/types/joi/tslint.json

8 lines
128 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-empty-interface": false,
"no-self-import": false
}
}