issues
search
pmndrs
/
eslint-plugin-valtio
An eslint plugin for better valtio experience
MIT License
78
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Suggestion] Display Warning/Error When Using Proxy Instead of Snapshot for Comparison in useEffect
#52
GorvGoyl
opened
2 weeks ago
7
fix TypeError: Cannot read properties of null (reading 'parent') within isInCustomHookDef
#51
peterpme
opened
3 months ago
1
Support eslint v9 flat config
#50
dzcpy
opened
3 months ago
0
require using return value of `useProxy`
#49
nmay231
opened
5 months ago
0
Fix: simplify check for supported hooks
#48
barelyhuman
closed
4 months ago
1
Adjust rule for Valtio v2
#47
dai-shi
closed
4 months ago
4
Fix: Validate if the readOnly snapshot is not a part of the expression container
#46
barelyhuman
closed
8 months ago
6
valtio/state-snapshot-rule for useMemo
#45
cqh963852
opened
8 months ago
1
Runtime Error cannot read properties of null
#44
lsmurray
closed
8 months ago
11
New failed test
#43
nosferatu500
closed
1 year ago
6
Detect misusing snapshot for useEffect deps
#42
dai-shi
closed
2 months ago
3
How to pass a part of state as a prop and mutate the part in a child component?
#41
toiroakr
opened
1 year ago
3
Idea: Type-aware linting
#40
dai-shi
closed
1 year ago
20
Need better linting for "Snapshots in callbacks are not recommended" when importing another file
#39
devnomic
opened
1 year ago
4
False positive when proxy object is nested inside a regular object
#38
nmay231
opened
1 year ago
3
[Feature Requirement] lint props passed to a `React.memo` component
#37
indooorsman
closed
2 months ago
3
I think this should be valid, but the rule `state-snapshot-rule` is violated
#36
xiechao06
closed
1 year ago
6
False positive when using usesnapshot
#35
la55u
closed
2 years ago
5
Fix: nested callback warnings for proxy and snapshots
#34
nosferatu500
closed
2 years ago
7
add export declaration check
#33
barelyhuman
closed
2 years ago
7
I don't think this is correct. (Correct me if I'm wrong)
#32
nosferatu500
closed
2 years ago
14
empty string for flat member expressions, default case addition
#31
barelyhuman
closed
2 years ago
3
TypeError: Cannot read properties of undefined (reading 'endsWith') (v0.5)
#30
nosferatu500
closed
2 years ago
0
Exp: modify isReadOnly to support more read cases
#29
barelyhuman
closed
2 years ago
4
Custom hook gives linting warning "eslint-plugin-valtio": "^0.4.4"
#28
ndrean
closed
2 years ago
11
fix typo in docs
#27
wmichelin
closed
2 years ago
1
Better to just use Proxy state warning when using useSnapShot
#26
tavolafourcade
opened
2 years ago
11
Fix: 24 | additional null check for initial call arguments
#25
barelyhuman
closed
2 years ago
8
Exception while linting files
#24
axelson
closed
2 years ago
2
check jsx element and declaration in arrow
#23
barelyhuman
closed
2 years ago
2
get a warning when use snapshot in a function component
#22
sansarun
closed
2 years ago
4
update dev dependencies, husky, prettier, eslint configs
#21
dai-shi
closed
2 years ago
6
Fix/19
#20
barelyhuman
closed
2 years ago
3
No warning for snapshots in callbacks are not recommended
#19
devnomic
closed
2 years ago
6
feat: update build script
#18
Aslemammad
closed
2 years ago
2
Fix: #16 False positive for "Better to just use Proxy state"
#17
barelyhuman
closed
2 years ago
1
False positive for "Better to just use Proxy state" without separate assignment
#16
kirbysayshi
closed
2 years ago
13
Small note on the instructions...
#15
GollyJer
closed
2 years ago
2
fix wrong descriptions in readme
#14
dai-shi
closed
3 years ago
2
Mutating snapshot
#13
0xedb
closed
3 years ago
5
fix: null check addition for parent
#12
barelyhuman
closed
3 years ago
1
add avoid-this-in-proxy docs
#11
barelyhuman
closed
3 years ago
2
Bug with reading id
#10
nosferatu500
closed
3 years ago
10
feat: Add examples to README
#9
Aslemammad
closed
3 years ago
1
feat: base addition for context handling
#8
barelyhuman
closed
3 years ago
11
move from useProxy to useSnapshot
#7
Aslemammad
closed
3 years ago
1
Support useSnapshot
#6
dai-shi
closed
3 years ago
1
Warn when a computed field overwrites a reactive field
#5
thelinuxlich
closed
3 years ago
3
Improve README
#4
mrmos
closed
3 years ago
2
Detect computed order declaration
#3
thelinuxlich
closed
3 years ago
8
Next