mirror of
https://github.com/ershisan99/lib-with-storybook-starter.git
synced 2025-12-16 20:59:22 +00:00
12 lines
261 B
JavaScript
12 lines
261 B
JavaScript
module.exports = {
|
|
extends: ['@it-incubator/eslint-config','plugin:storybook/recommended'],
|
|
overrides: [
|
|
{
|
|
files: ['**/*.stories.tsx'],
|
|
rules: {
|
|
'react-hooks/rules-of-hooks': 'off',
|
|
'no-console': 'off',
|
|
},
|
|
},
|
|
],
|
|
} |