Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
draperunner committed Aug 7, 2020
1 parent 14a8fcf commit 6eb0bd7
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 385 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ module.exports = {
parserOptions: {
ecmaVersion: 8,
},
plugins: [
'prettier',
],
plugins: ['prettier'],
rules: {
'no-console': 'off',
'prettier/prettier': 'error',
}
},
}
Loading

0 comments on commit 6eb0bd7

Please sign in to comment.