aws-sdk-js-codemod icon indicating copy to clipboard operation
aws-sdk-js-codemod copied to clipboard

Switch to eslint flat config

Open trivikr opened this issue 1 year ago • 3 comments

Issue

Blog post: https://eslint.org/blog/2022/08/new-config-system-part-2/

Flat config is going to be the default in eslint v9.x https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/#flat-config-now-the-default-and-has-some-changes

Docs:

  • Flat config: https://eslint.org/docs/latest/use/configure/configuration-files-new
  • Migration to flat config: https://eslint.org/docs/latest/use/configure/migration-guide
  • typescript-eslint flat config support: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/#new-features---flat-config-support

Description

Switch to eslint flat config

Testing

CI


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

trivikr avatar Feb 13 '24 15:02 trivikr