storybook/.bithoundrc

20 lines
292 B
Plaintext
Raw Normal View History

2017-05-17 00:50:46 +02:00
{
"ignore": [
2017-05-17 17:40:47 +02:00
"addons/**/.storybook/**/*.js",
2017-05-17 09:18:50 +02:00
"lib/cli/generators/**/.stories/**.js",
2017-05-17 00:50:46 +02:00
"*.ts"
],
"critics": {
"wc": {
"limit": 500
}
2017-11-15 21:05:19 -05:00
},
"dependencies": {
"mute": [
2017-11-16 12:49:44 -05:00
"shelljs",
"eslint-plugin-json",
"remark-lint-code-eslint"
2017-11-15 21:05:19 -05:00
]
2017-05-17 00:50:46 +02:00
}
}