Skip to content

Commit

Permalink
Chore: Update eslint env configuration
Browse files Browse the repository at this point in the history
Remove commonjs from env and set es6 to 'true'
  • Loading branch information
mertssmnoglu committed Feb 14, 2024
1 parent de87497 commit 28227bf
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,7 +1,7 @@
{
"env": {
"node": true,
"commonjs": true
"es6": true
},
"extends": "eslint:recommended",
"overrides": [],
Expand Down

0 comments on commit 28227bf

Please sign in to comment.