is/tslint.json
Sindre Sorhus f0c73b0f21 Improve the TypeScript types
Use more type guards.
2019-02-02 21:43:51 +07:00

6 lines
83 B
JSON

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