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
  • Loading branch information
kaicataldo authored Feb 12, 2020
1 parent fc1bd16 commit 9819b5e
Show file tree
Hide file tree
Showing 3 changed files with 1,038 additions and 212 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
Loading

0 comments on commit 9819b5e

Please sign in to comment.