#ESLint: 'key' is defined but never used.(no-unused-vars)

3 messages · Page 1 of 1 (latest)

tough smelt
#

Hello all ! Someone know how to fix this eslint error on typescript ?

  get: (key: string) => string|null|undefined
  set: (key: string, value: string|object) => void
  remove: (key: string) => void
}```
ocean drum
tough smelt
#

@ocean drum thanks for your answer
is it normal i have Failed to load plugin "@typescript-eslint" declared in '.eslintrc.json': Cannot find module with the minimal config ?