mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"rules": {
|
|
"global-require": "off",
|
|
"no-param-reassign": "off",
|
|
"import/no-dynamic-require": "off",
|
|
"import/no-unresolved": "off"
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.stories.@(jsx|tsx)"],
|
|
"rules": {
|
|
"react/no-unknown-property": "off",
|
|
"jsx-a11y/anchor-is-valid": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|