Skip to content

Commit

Permalink
Upgrade dependencies, fix vulnerabilities
Browse files Browse the repository at this point in the history
eslint-plugin-prettier has been uninstalled since formatting can be
checked with `prettier . --check`
  • Loading branch information
draperunner committed Aug 25, 2023
1 parent 1519d23 commit a215ec0
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 913 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ module.exports = {
parserOptions: {
ecmaVersion: 8,
},
plugins: ['prettier'],
rules: {
'no-console': 'off',
'prettier/prettier': 'error',
},
}

0 comments on commit a215ec0

Please sign in to comment.