mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
8 lines
155 B
JSON
8 lines
155 B
JSON
{
|
|
"extends": "./node_modules/@openstapps/configuration/tslint.json",
|
|
"rules": {
|
|
"no-empty-interface": false,
|
|
"no-redundant-jsdoc": false
|
|
}
|
|
}
|