Create a Behavior type

This commit is contained in:
Robin
2025-06-18 17:14:03 -04:00
parent dbcc0e2c18
commit 7e81eca068
2 changed files with 53 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ module.exports = {
],
// To encourage good usage of RxJS:
"rxjs/no-exposed-subjects": "error",
"rxjs/finnish": "error",
"rxjs/finnish": ["error", { names: { "^this$": false } }],
},
settings: {
react: {