Skip to content

Commit

Permalink
chore: upgrade ESLint v6 and related dependencies (reduxjs#3698)
Browse files Browse the repository at this point in the history
Former-commit-id: 4c58523
Former-commit-id: 94af119
  • Loading branch information
kaicataldo authored Feb 12, 2020
1 parent 5743bad commit 355a105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
rules: {
'jsx-a11y/href-no-hash': 'off',
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-expressions': 'off',
'@typescript-eslint/no-unused-vars': [
'error',
{
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json.REMOVED.git-id

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eeaa1562514fee18017ba534981c9c7bd75a46ae
c637d13f9cabad4689d7eb7241ff59c697fa9371

0 comments on commit 355a105

Please sign in to comment.