storybook/.bithoundrc
2017-11-16 12:49:44 -05:00

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"
]
}
}