lesson 1, chapter 2: storybook setup

This commit is contained in:
2023-07-28 14:00:44 +02:00
parent fce68243c3
commit 123e60e898
35 changed files with 6280 additions and 7 deletions

View File

@@ -1,4 +1,8 @@
module.exports = {
extends: '@it-incubator/eslint-config',
rules: { 'no-console': ['warn', { allow: ['warn', 'error'] }] },
}
extends: ['@it-incubator/eslint-config', 'plugin:storybook/recommended'],
rules: {
'no-console': ['warn', {
allow: ['warn', 'error']
}]
}
};