mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
14 lines
236 B
JavaScript
14 lines
236 B
JavaScript
module.exports = {
|
|
rules: {
|
|
'import/extensions': 0,
|
|
},
|
|
settings: {
|
|
'import/core-modules': [
|
|
'@ember/component',
|
|
'@ember/routing/router',
|
|
'@ember/application',
|
|
'./config/environment',
|
|
],
|
|
},
|
|
};
|