Avatar for the biomejs user
biomejs
biome
BlogDocsChangelog

feat(lint): implement `no-unknown-property` from eslint react

#7774Merged
Comparing
dibashthapa:feat/no-unknown-property
(
30307bf
) with
main
(
04f4973
)
CodSpeed Performance Gauge
0%
Untouched
53
Ignored
2
Skipped
85

Benchmarks

140 total
three.min_17199329737537001178.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+3%
136.1 ms131.6 ms
ios.d_12216376241674358710.d.ts[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+3%
277.5 ms269.2 ms
math_5920422916221598348.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+2%
208.3 ms205.2 ms
pixi.min_8151088792683739606.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+1%
120.4 ms118.8 ms
js_formatter[react.production.min_3378072959512366797.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
+1%
6.9 ms6.8 ms
dojo_11880045762646467684.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+1%
8.7 ms8.6 ms
compiler_3469143416596620219.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+1%
160.6 ms159.1 ms
tex-chtml-full_561698452596513081.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+1%
273.9 ms271.5 ms
vue.global.prod_4065256639735990520.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
+1%
45.4 ms45.1 ms
js_formatter[parser_13571644119461115204.ts]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
+1%
19.5 ms19.3 ms
js_analyzer[index_3894593175024091846.js]
crates/biome_js_analyze/benches/js_analyzer.rs::js_analyzer::bench_analyzer
CodSpeed Performance Gauge
+1%
59.2 ms58.9 ms
js_analyzer[statement_263793315104667298.ts]
crates/biome_js_analyze/benches/js_analyzer.rs::js_analyzer::bench_analyzer
CodSpeed Performance Gauge
+1%
84.7 ms84.3 ms
tex-chtml-full_561698452596513081.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
260.9 ms259.7 ms
parser_13571644119461115204.ts[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
6.6 ms6.6 ms
checker_6456328407951392140.ts[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
245.8 ms244.9 ms
js_formatter[checker_6456328407951392140.ts]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
0%
908.2 ms905.1 ms
js_analyzer[router_17129688031671448157.ts]
crates/biome_js_analyze/benches/js_analyzer.rs::js_analyzer::bench_analyzer
CodSpeed Performance Gauge
0%
26.8 ms26.8 ms
parser_13571644119461115204.ts[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
6.1 ms6.1 ms
typescript_5583633924076080079.js[uncached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
1 s1 s
vue.global.prod_4065256639735990520.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
41.9 ms41.8 ms
js_formatter[router_17129688031671448157.ts]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
0%
6.5 ms6.5 ms
js_formatter[d3.min_16009850199655599998.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
0%
429.5 ms428.9 ms
js_formatter[math_5920422916221598348.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
0%
841.2 ms840.6 ms
js_formatter[jquery.min_16034160674129647344.js]
crates/biome_js_formatter/benches/js_formatter.rs::js_formatter::bench_js_formatter
CodSpeed Performance Gauge
0%
112.1 ms112.1 ms
compiler_3469143416596620219.js[cached]
crates/biome_js_parser/benches/js_parser.rs::js_parser::bench_parser::js_parser
CodSpeed Performance Gauge
0%
141 ms141 ms

Commits

Click on a commit to change the comparison range
Base
main
04f4973
-2.28%
feat(lint): add changeset for `no-unknown-property` rule
ae44319
4 months ago
by dibashthapa
+1.87%
[autofix.ci] apply automated fixes
61945e1
4 months ago
by autofix-ci[bot]
-1.87%
fix(lint): removed invalid.js.snap file from noUnknownProperty
8c8fce6
4 months ago
by dibashthapa
+1.95%
[autofix.ci] apply automated fixes
c8a3db6
4 months ago
by autofix-ci[bot]
+0.4%
fix(no_unknown_attribute): replaced binary search with fxhashmap
c1040df
4 months ago
by dibashthapa
-0.05%
chores(lint): cleaned up the concatentation for namespaced attribute
8d7a0e7
4 months ago
by dibashthapa
-0.91%
chores(lint):removed to_string and used into_text
1d339b3
4 months ago
by dibashthapa
+0.72%
chores(lint): removed ignore folder
7e5007b
4 months ago
by dibashthapa
-0.02%
Revert "chores(lint): removed ignore folder"
935372f
4 months ago
by dibashthapa
+0.11%
Merge branch 'main' into feat/no-unknown-property
5c3adfa
4 months ago
by dibashthapa
-0.02%
Update .changeset/small-words-show.md
30307bf
4 months ago
by dyc3
© 2026 CodSpeed Technology
Home Terms Privacy Docs