mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
8 lines
169 B
JSON
8 lines
169 B
JSON
{
|
|
"extends": "./node_modules/@openstapps/configuration/tslint.json",
|
|
"rules": {
|
|
"no-empty-interface": false,
|
|
"file-name-casing": [false, "camel-case"]
|
|
}
|
|
}
|