Skip to content

Commit

Permalink
chore: organize scenario tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Aug 19, 2022
1 parent 4e4c062 commit 07cdd04
Show file tree
Hide file tree
Showing 45 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/scenario-lambda-frameworks/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
'use strict'

module.exports = {
rules: {
'import/no-extraneous-dependencies': 'off',
'import/no-unresolved': 'off',
},
}
8 changes: 8 additions & 0 deletions tests/scenario-serverless-plugins/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
'use strict'

module.exports = {
rules: {
'import/no-extraneous-dependencies': 'off',
'import/no-unresolved': 'off',
},
}

0 comments on commit 07cdd04

Please sign in to comment.