Description
The code needs a heavy refactor to account for all the illegal // eslint-disable-next-line @typescript-eslint/no-explicit-any used everywhere
Expected Output
Include more meaningful types in src/types.ts and use them across the codebase leaving no eslint workarounds :)
Description
The code needs a heavy refactor to account for all the illegal
// eslint-disable-next-line @typescript-eslint/no-explicit-anyused everywhereExpected Output
Include more meaningful types in
src/types.tsand use them across the codebase leaving no eslint workarounds :)