mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
11 lines
169 B
JavaScript
11 lines
169 B
JavaScript
module.exports = {
|
|
extends: ['../../.eslintrc.js'],
|
|
env: {
|
|
browser: true,
|
|
},
|
|
rules: {
|
|
'import/extensions': [0],
|
|
'import/no-unresolved': [0],
|
|
},
|
|
};
|