16 lines
332 B
Text
16 lines
332 B
Text
![]() |
{
|
||
|
"root": true,
|
||
|
"extends": ["saleor"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*stories.tsx"],
|
||
|
"rules": {
|
||
|
// Stories require default export for storybook
|
||
|
"import/no-default-export": "off",
|
||
|
// Story wrapper is an exception to the rule
|
||
|
"react-hooks/rules-of-hooks": "off"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|