Skip to content

Commit

Permalink
Resolves lint error (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZrybeaWhitfield authored Feb 5, 2024
1 parent 367ccfb commit 6e0ea5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
root: true,
env: { browser: true, es2020: true, jest: true },
env: { browser: true, es2020: true, jest: true, node: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
Expand Down

0 comments on commit 6e0ea5c

Please sign in to comment.