Revert few more .storybook changes

This commit is contained in:
Igor 2018-12-29 13:39:46 +02:00
parent d92675bcc9
commit b23243e4fc
3 changed files with 3 additions and 7 deletions

View File

@ -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,
},

View File

@ -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);

View File

@ -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,