aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 28 forks source link

chore(deps-dev): bump eslint to 8.x #59

Closed trivikr closed 2 years ago

trivikr commented 2 years ago

Description

Bumps eslint to 8.x

Testing

Verified that eslint runs in the backend package

$ ../../node_modules/.bin/eslint --fix-dry-run src/**/*.ts

/Users/trivikr/workspace/aws-sdk-js-notes-app/packages/backend/src/libs/response.ts
  1:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  5:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  9:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

✖ 3 problems (0 errors, 3 warnings)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.