Skip to content

Commit

Permalink
Merge pull request #1372 from aligent/fix/set-node-env-eslint
Browse files Browse the repository at this point in the history
fix: set eslint to use node env, not browser
  • Loading branch information
TheOrangePuff authored May 20, 2024
2 parents 85c7f11 + 5325625 commit 67dcfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"env": {
"browser": true,
"node": true,
"commonjs": true,
"es2021": true
},
Expand Down

0 comments on commit 67dcfe1

Please sign in to comment.