remove dead configuration

ember-auto-import is not used and it's configuration should be under
`autoImport` and not `ember-auto-import` key.
This commit is contained in:
Jeldrik Hanschke 2019-04-22 18:12:29 +02:00
parent bb160cc503
commit 400cf9f9fc

View file

@ -7,9 +7,6 @@ module.exports = function(defaults) {
'buildInfoOptions': {
'metaTemplate': 'version={SEMVER}'
},
'ember-auto-import': {
forbidEval: true,
},
'ember-bootstrap': {
importBootstrapCSS: false,
'bootstrapVersion': 3,