mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:41:21 +08:00
CLI: Ignore import/extensions for framework templates
This commit is contained in:
parent
b5e6985b92
commit
f6e7ddfee5
@ -33,6 +33,7 @@ module.exports = {
|
||||
'react/prop-types': ignore,
|
||||
'react/react-in-jsx-scope': ignore,
|
||||
'import/no-extraneous-dependencies': ignore,
|
||||
'import/extensions': ignore,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user