mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Fix eslint configuration for test utils
This commit is contained in:
parent
26b98617e5
commit
c7599d889a
@ -6,4 +6,18 @@ module.exports = {
|
||||
// console.info allowed to report on long going tasks or valuable debug information
|
||||
'no-console': ['error', { allow: ['info'] }],
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
files: ['utils/**.js'],
|
||||
parserOptions: {
|
||||
ecmaVersion: 2015,
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['utils/aws-cleanup.js', 'utils/integration.js'],
|
||||
parserOptions: {
|
||||
ecmaVersion: 2017,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user