UNPKG
eslint-plugin-rxjs
Version:
latest (5.0.3)
5.0.3
5.0.2
5.0.1
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.3-beta.30
0.0.2-beta.29
0.0.2-beta.28
0.0.2-beta.27
0.0.2-beta.26
0.0.2-beta.25
0.0.2-beta.24
0.0.2-beta.23
0.0.2-beta.22
0.0.2-beta.21
0.0.2-beta.20
0.0.2-beta.19
0.0.2-beta.18
0.0.2-beta.17
0.0.2-beta.16
0.0.2-beta.15
0.0.2-beta.14
0.0.2-beta.13
0.0.2-beta.12
0.0.2-beta.11
0.0.1-beta.3clear
0.0.1-beta.10
0.0.1-beta.8
0.0.1-beta.7
0.0.1-beta.6
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.2
0.0.1-beta.1
0.0.1-beta.0
ESLint rules for RxJS
github.com/cartant/eslint-plugin-rxjs
cartant/eslint-plugin-rxjs
eslint-plugin-rxjs
/
docs
/
rules
/
no-subject-value.md
7 lines
(4 loc)
•
209 B
Markdown
View Raw
1
2
3
4
5
6
7
# Avoid using a behavior subject's value (`no-subject-value`)
This
rule effects an error
if
the
`value`
property -
or
`getValue`
method - of a
`BehaviorSubject`
is used.
## Options
This
rule has no options.