Skip to content

Commit 4f7e63a

Browse files
author
Kai Cataldo
authored
chore: upgrade ESLint v6 and related dependencies (reduxjs#3698)
Former-commit-id: 4c58523 Former-commit-id: 94af119
1 parent 66d4637 commit 4f7e63a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
rules: {
2222
'jsx-a11y/href-no-hash': 'off',
2323
'no-unused-vars': 'off',
24+
'@typescript-eslint/no-unused-expressions': 'off',
2425
'@typescript-eslint/no-unused-vars': [
2526
'error',
2627
{

package-lock.json.REMOVED.git-id

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json.REMOVED.git-id

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eeaa1562514fee18017ba534981c9c7bd75a46ae
1+
c637d13f9cabad4689d7eb7241ff59c697fa9371

0 commit comments

Comments
 (0)