BroncoDirectMe / Backend

BroncoDirectMe's API for the Chrome Extension
https://broncodirect.me
9 stars 1 forks source link

[BUG] ESLint Unused Functions #20

Closed GuyWhoCode closed 1 year ago

GuyWhoCode commented 1 year ago

ESLint throws linting errors at unused functions for #6 , which are intended to be used elsewhere in the project and not in the file where they originate from. The rule in question is @typescript-eslint/no-unused-vars

GuyWhoCode commented 1 year ago

Resolved with soft launch.