amazon-archives / aws-amplify-serverless-plugin

Plugin for the Serverless Framework to output AWS Amplify configuration files.
Apache License 2.0
124 stars 30 forks source link

Move JS support towards eslint conformance. #26

Closed adrianhall closed 5 years ago

adrianhall commented 5 years ago

The current JS support does not conform to eslint checking (no semi-colon). Move the generated code so it passes the eslint checking.

adrianhall commented 5 years ago

Fixed the linting issues, and updated to follow the aws-exports.js format more closely.