Skip to content

Commit

Permalink
chore(deps): use ESLint 7.32.0
Browse files Browse the repository at this point in the history
ESLint 8 is available, but eslint-plugin-promise doesn't yet support it.

Refs #422, eslint-community/eslint-plugin-promise#218
  • Loading branch information
thewilkybarkid committed Nov 26, 2021
1 parent 65f5f5f commit 63a607a
Show file tree
Hide file tree
Showing 3 changed files with 1,514 additions and 1,080 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
},
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"jest/no-standalone-expect": "off",
"no-empty-pattern": "off",
"no-useless-assign/no-useless-assign": "warn"
}
Expand Down
Loading

0 comments on commit 63a607a

Please sign in to comment.