Skip to content

Commit

Permalink
Convince IDE to treat JS files as ES6 and not show warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-m-g committed Jul 31, 2024
1 parent e0a5982 commit 6ccc581
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jshint.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{"onevar": false, "browser": true}
{
"onevar": false,
"browser": true,
"esversion": 6
}

0 comments on commit 6ccc581

Please sign in to comment.