mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:51:07 +08:00
Ignore JSX warning in CLI templates
This commit is contained in:
parent
8e7047f1db
commit
0cdafb3bcd
@ -7,6 +7,7 @@ module.exports = {
|
||||
'import/no-unresolved': ignore,
|
||||
'import/no-extraneous-dependencies': ignore,
|
||||
'global-require': ignore,
|
||||
'react/react-in-jsx-scope': ignore,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user