DU4L / CTFNote

CTFNote is a collaborative tool aiming to help CTF teams to organise their work.
GNU General Public License v3.0
0 stars 0 forks source link

Fix eslint warnings #38

Closed frereit closed 2 years ago

frereit commented 2 years ago

Some warnings can only be silenced, not fixed because graphile-utils/node8plus itself uses 'any' type for ResolverWrapperFn.

Fixes #33