mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fix lint errors in examples
This commit is contained in:
parent
c9bc0b2e66
commit
d2a634e20a
6
docs/02-providers/aws/examples/.eslintrc.js
Normal file
6
docs/02-providers/aws/examples/.eslintrc.js
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
"rules": {
|
||||
"no-console": "off",
|
||||
"import/no-unresolved": "off"
|
||||
}
|
||||
};
|
||||
@ -1,4 +1,3 @@
|
||||
/* eslint no-console: "off" */
|
||||
'use strict';
|
||||
|
||||
module.exports.run = () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user