chore: Adds initial support for eslint.

This commit is contained in:
greysoh 2024-05-10 11:46:22 -04:00
parent d57a2a4a1d
commit ba245d2987
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
34 changed files with 3441 additions and 649 deletions

View file

@ -41,7 +41,7 @@ export function route(routeOptions: RouteOptions) {
},
},
async (req, res) => {
// @ts-ignore
// @ts-expect-error
const body: {
token: string;