serverless-jshint-plugin
serverless-jshint-plugin copied to clipboard
Serverless JSHint Plugin - Detect errors and potential problems in your Lambda functions
Serverless framework has changed syntax; "serverless function" is no longer a keyword.
Is this on the roadmap? Currently fails with error; S.getServerlessPath is not a function
Hey @joostfarla -- Fantastic step forward on solving the ES6 `use strict` optimizer problem. Command line test works perfectly! Related to Serverless optimizer and deployment issue, [ES2015 Deployed Code Crashes...