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

View File

@@ -6,6 +6,7 @@
"open_window": true
},
"rules": {
"import/no-commonjs": 0,
"func-names": 0,
"global-require": 0,
"max-nested-callbacks": 0,