Skip to content

Commit

Permalink
Configure server eslint settings for node instead of browser
Browse files Browse the repository at this point in the history
  • Loading branch information
francisli committed Mar 7, 2024
1 parent 6226f03 commit 901221e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
env: {
browser: true,
node: true,
es2020: true,
},
extends: ['eslint:recommended', 'prettier'],
Expand Down

0 comments on commit 901221e

Please sign in to comment.