Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introducing awslint: a linter for the AWS Construct Library APIs. The goal of the linter is to enforce the API design guidelines across the AWS Construct Library. This commit includes a set of initial rules for the guidelines defined under design/aws-guidelines.md. - The `awslint` npm script has been added to all modules through pkglint. - All violations have been captured through "exclude"s in `package.json` files so we can continue to lint from here.
- Loading branch information