Use ES6 import/export for modules

This commit is contained in:
Yuya Ochiai
2018-04-10 01:16:44 +09:00
parent 7af4a139ec
commit 60e6058869
46 changed files with 238 additions and 287 deletions

5
scripts/.eslintrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"rules": {
"import/no-commonjs": 0
}
}