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