aws-sdk-js-codemod
aws-sdk-js-codemod copied to clipboard
Switch to eslint flat config
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.