Skip to content

Commit

Permalink
fix eslint config main env
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg committed Feb 9, 2024
1 parent a40b650 commit e9ab952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
env: {
browser: true,
commonjs: true,
es2021: true
es2021: true,
node: true
},
extends: 'standard',
overrides: [
Expand Down

0 comments on commit e9ab952

Please sign in to comment.