mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
refactor: adjust to new tslint settings
This commit is contained in:
committed by
Rainer Killinger
parent
6ffa4efbaf
commit
b621a12689
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": "./node_modules/@openstapps/configuration/tslint.json",
|
||||
"rules": {
|
||||
"no-empty-interface": false
|
||||
"no-empty-interface": false,
|
||||
"file-name-casing": [false, "camel-case"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user