mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-01 05:05:25 +08:00
Raise `import/no-unresolved` and `import/extensions` to error level everywhere except `docs`
8 lines
93 B
JavaScript
8 lines
93 B
JavaScript
const ignore = 0;
|
|
|
|
module.exports = {
|
|
rules: {
|
|
'import/no-unresolved': ignore,
|
|
},
|
|
};
|