🐛 json shcema for options of useExhaustiveDependencies
incorrectly requires stableResult
#3763
Closed
1 task done
Labels
A-Linter
Area: linter
L-JavaScript
Language: JavaScript and super languages
S-Bug-confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
json shcema for options of
useExhaustiveDependencies
incorrectly requiresstableResult
When I wrote biome.json like below, my IDE reports
Missing required property 'stableResult'
I read
configuration_schema.json
and I foundstableResult
is marked required in#/definitions/Hook
.biome/packages/@biomejs/biome/configuration_schema.json
Line 1315 in ab43998
However, in documentation,
stableResult
is not specified and it works withoutstableResult
Expected result
stableResult
should not marked as requiredCode of Conduct
The text was updated successfully, but these errors were encountered: