Use ES6 import/export for modules
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017
|
||||
},
|
||||
"settings": {
|
||||
"import/resolver": "node"
|
||||
},
|
||||
"rules": {
|
||||
"import/no-commonjs": 2,
|
||||
"indent": [2, 2, {"SwitchCase": 0}],
|
||||
"no-console": 0,
|
||||
"no-process-env": 0,
|
||||
|
Reference in New Issue
Block a user