/home/user/my project/src/auth handler.ts
  12:7  warning  'x' is defined but never used  no-unused-vars
  45:18  error  Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any

/home/user/my project/src/utils/format helper.ts
  8:10  warning  'helper' is defined but never used  no-unused-vars
  15:12  error  Expected '===' and instead saw '=='.  eqeqeq
