mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
20 lines
292 B
Plaintext
20 lines
292 B
Plaintext
{
|
|
"ignore": [
|
|
"addons/**/.storybook/**/*.js",
|
|
"lib/cli/generators/**/.stories/**.js",
|
|
"*.ts"
|
|
],
|
|
"critics": {
|
|
"wc": {
|
|
"limit": 500
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"mute": [
|
|
"shelljs",
|
|
"eslint-plugin-json",
|
|
"remark-lint-code-eslint"
|
|
]
|
|
}
|
|
}
|