use ES6 modules for all JavaScript

This commit is contained in:
Daniel Micay
2020-04-01 06:13:08 -04:00
parent b945ab3cac
commit b23ea7474c
9 changed files with 8 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
{
"browser": true,
"module": true,
"devel": true,
"esversion": 6,
"strict": "global"