amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

Tweak all files so that the "npm run lint" command passes all checks. #99

Closed Nr18 closed 7 years ago

Nr18 commented 7 years ago

Tweaked the project so that it passes the following command:

npm run lint
vbudilov commented 7 years ago

I'd rather not make these changes to most of the files -- there's really no value-add here. On the other hand, if you'd like to write unit tests then I'd be all for it.

Nr18 commented 7 years ago

Personally I disagree because if you accept PR using lint keeps your code style in sync. But it's your choice 😉