Skip to content

Commit 4e3c5ed

Browse files
committed
chore: Update eslint dependencies and auto-fix some linty things
1 parent bd364e1 commit 4e3c5ed

File tree

10 files changed

+3901
-5031
lines changed

10 files changed

+3901
-5031
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
}
2525
}
2626
}
27-
}
27+
}

client/.eslintrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"React": false
2323
},
2424
"rules": {
25-
"react/jsx-uses-vars": 1
25+
"react/jsx-uses-vars": 1,
26+
"arrow-parens": ["error", "as-needed"]
2627
}
27-
}
28+
}

0 commit comments

Comments
 (0)