14 lines
236 B
JavaScript
Raw Normal View History

2018-09-30 15:06:09 -07:00
module.exports = {
rules: {
'import/extensions': 0,
},
settings: {
'import/core-modules': [
'@ember/component',
'@ember/routing/router',
'@ember/application',
'./config/environment',
],
},
};