Warn if not using ES6 imports/exports

This commit is contained in:
Igor Gassmann 2017-12-20 12:35:13 -03:00
parent 1160978095
commit 97fe53d647

View file

@ -26,5 +26,9 @@
"__": true, "__": true,
"__n": true, "__n": true,
"app": true "app": true
},
"rules": {
"import/no-commonjs": 1,
"import/no-amd": 1
} }
} }