Commit Graph

2 Commits

Author SHA1 Message Date
KernelDeimos
7b4c62d1c3 lint: minor formatting issue with catch(e)
The custom eslint pluggin for the formatting rule I have for the
expressions in control structures isn't a good fit when the condition is
a single variable named by a single character. This happens a lot with
`catch`. `catch ( e ) {` has too much spacing, but `catch (e) {` looks
relatively normal.
2025-09-26 15:27:59 -04:00
Daniel Salazar
f8ea790824 feat: add expiry support to DBKV, and eslint config 2025-09-10 11:33:21 -07:00