is/tslint.json
2019-02-04 02:38:38 +07:00

6 lines
83 B
JSON

{
"extends": "tslint-xo",
"rules": {
"interface-over-type-literal": false
}
}