mantra/tslint.json

6 lines
109 B
JSON
Raw Normal View History

2019-10-07 11:48:01 +00:00
{
"extends": "@manuth/tslint-presets/recommended",
"rules": {
"interface-name": false
}
}