Skip to content

Commit

Permalink
Use es6 env with eslint to make 'const' legal syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
frostburn committed Mar 5, 2024
1 parent 027a7f7 commit 2aad880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"env": {
"commonjs": true
"commonjs": true,
"es6": true
},
"parserOptions": {
"project": ["lib/tsconfig.json"]
Expand Down

0 comments on commit 2aad880

Please sign in to comment.