mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
Enable two disabled linters and bump kondo dep
All the fixes were on used-underscored-binding
This commit is contained in:
committed by
Tienson Qin
parent
dda2c9c92a
commit
51c318e2da
@@ -39,8 +39,8 @@
|
||||
(util/nth-safe pos)
|
||||
mock-char-pos
|
||||
(assoc :rect rect))
|
||||
(catch :default _e
|
||||
(js/console.log "index error" _e)
|
||||
(catch :default e
|
||||
(js/console.log "index error" e)
|
||||
{:pos pos
|
||||
:rect rect
|
||||
:left js/Number.MAX_SAFE_INTEGER
|
||||
|
||||
Reference in New Issue
Block a user