Skip to content

Commit

Permalink
fix(eslint): aws-sdk
Browse files Browse the repository at this point in the history
Added the AWS SDK to the core modules for the import/no-unresolved rule 
to pass
  • Loading branch information
brunocalderon committed Oct 23, 2019
1 parent 29cc34e commit 2d3b878
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ module.exports = {
},
rules: {
'comma-dangle': ['error', 'never']
},
settings: {
'import/core-modules': [ 'aws-sdk' ]
}
};

0 comments on commit 2d3b878

Please sign in to comment.