Skip to content

Commit

Permalink
Merge pull request #6403 from OCHA-DAP/feature/treat-js-as-es6
Browse files Browse the repository at this point in the history
PR Convince IDE to treat JS files as ES6 and not show warnings
  • Loading branch information
alexandru-m-g authored Jul 31, 2024
2 parents e0a5982 + db382ed commit b99e97d
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": 9
}

0 comments on commit b99e97d

Please sign in to comment.