session-desktop/ts/session/tslint.json
Audric Ackermann b17312c13c
Cleanup redux store (#1925)
* do not consider expire timer update unread messages #1881

* cleanup conversation props in redux to only have what cannot be derived

* fix app not starting without the await on convo creation

* cleanup props of message model
2021-09-17 16:41:04 +10:00

8 lines
125 B
JSON

{
"extends": ["../../tslint.json"],
"rules": {
"no-unused-variable": false,
"use-simple-attributes": false
}
}