mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-23 05:02:10 +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',
|
||
|
],
|
||
|
},
|
||
|
};
|