Files
openstapps/tslint.json
Wieland Schöbl 8f62b0faa0 Initial commit
2019-09-03 14:03:57 +02:00

7 lines
122 B
JSON

{
"extends": "./node_modules/@openstapps/configuration/tslint.json",
"rules": {
"no-empty-interface": false
}
}