mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Revert few more .storybook changes
This commit is contained in:
parent
d92675bcc9
commit
b23243e4fc
@ -131,11 +131,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
{
|
||||
files: [
|
||||
'**/react-native*/**',
|
||||
'**/REACT_NATIVE/**/.storybook/**',
|
||||
'**/crna*/**/.storybook/**',
|
||||
],
|
||||
files: ['**/react-native*/**', '**/REACT_NATIVE*/**', '**/crna*/**'],
|
||||
rules: {
|
||||
'jsx-a11y/accessible-emoji': ignore,
|
||||
},
|
||||
|
@ -10,7 +10,7 @@ function test(options) {
|
||||
}
|
||||
|
||||
function configure(options, storybook) {
|
||||
const { configPath = '.storybook', config } = options;
|
||||
const { configPath = 'storybook', config } = options;
|
||||
|
||||
if (config && typeof config === 'function') {
|
||||
config(storybook);
|
||||
|
@ -2,7 +2,7 @@ const ignore = 0;
|
||||
|
||||
module.exports = {
|
||||
overrides: {
|
||||
files: ['*/template/**', '*/template/.storybook/**'],
|
||||
files: '*/template/**',
|
||||
rules: {
|
||||
'import/no-unresolved': ignore,
|
||||
'import/no-extraneous-dependencies': ignore,
|
||||
|
Loading…
x
Reference in New Issue
Block a user