serverless-jshint-plugin icon indicating copy to clipboard operation
serverless-jshint-plugin copied to clipboard

Serverless JSHint Plugin - Detect errors and potential problems in your Lambda functions

Results 3 serverless-jshint-plugin issues
Sort by recently updated
recently updated
newest added

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...