Create a Behavior type

This commit is contained in:
Robin
2025-07-10 17:39:18 -04:00
parent dbcc0e2c18
commit 7e81eca068
2 changed files with 53 additions and 1 deletions
+1 -1
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: {