Commit Graph

6 Commits

Author SHA1 Message Date
Vinit 21433049b8 fix: eslint no-unused vars violations and setup
@typescript-eslint documents recommends turning off the base
unused-vars rule in eslint explicitly and using '@typescript-eslint/no-unused var'
instead. In this case, the base rule failed to correctly report enums. (reported
unused even though they were used).

Also, fixed two unused variables by adding ignore pattern '_'.
2024-09-06 19:45:50 -03:00
Sepehr Safari 6f334f31a7 add and improve helpers for nip29 2024-08-01 18:18:13 -03:00
Alex Gleason ad07d260ab
Add missing file extensions to imports 2024-03-18 11:51:00 -05:00
fiatjaf c6a521e73c
some nip29 helpers. 2024-01-24 15:56:44 -03:00
fiatjaf 6a9940c850
nip29: make relay property mandatory on Group. 2024-01-19 21:23:44 -03:00
fiatjaf 9b08550885
some beginnings of nip29 helpers. 2024-01-19 16:13:00 -03:00