diff --git a/docs/02-providers/aws/examples/.eslintrc.js b/docs/02-providers/aws/examples/.eslintrc.js new file mode 100644 index 000000000..4609ba030 --- /dev/null +++ b/docs/02-providers/aws/examples/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + "rules": { + "no-console": "off", + "import/no-unresolved": "off" + } +}; diff --git a/docs/02-providers/aws/examples/cron/node/handler.js b/docs/02-providers/aws/examples/cron/node/handler.js index 88b8d2065..5fb485788 100644 --- a/docs/02-providers/aws/examples/cron/node/handler.js +++ b/docs/02-providers/aws/examples/cron/node/handler.js @@ -1,4 +1,3 @@ -/* eslint no-console: "off" */ 'use strict'; module.exports.run = () => {