Skip to content

Commit 5cd54ab

Browse files
ViniciusAlberkovicsgodu
authored andcommitted
fix(serverless-offline-sqs/src/sqs.js): Added suppor for largest batchSize
1 parent c42592a commit 5cd54ab

File tree

7 files changed

+2469
-6460
lines changed

7 files changed

+2469
-6460
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = {
2323
'import/no-unresolved': 'off',
2424
'no-console': 'off',
2525
'no-param-reassign': 'off',
26+
'no-shadow': ['error', {allow: ['toString']}],
2627
'node/no-extraneous-require': [
2728
'error',
2829
{allowModules: ['ava', 'aws-sdk', '@serverless/utils']}

0 commit comments

Comments
 (0)