awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.48k stars 5.61k forks source link

JavaScript (v3): Lint - Add eslint-disable to files that haven't been touched since the linter was turned on. #6900

Closed cpyle0819 closed 2 days ago

cpyle0819 commented 5 days ago

In addition to disabling the linting, the formatter was also run.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

DavidSouther commented 5 days ago

IMHO These types of exceptions should be as narrowly tailored as possible (one line, one exception), but this is certainly a start to increase strictness.