Skip to content

Commit

Permalink
ADD .bithoundrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 16, 2017
1 parent 36c7ca7 commit bcbc570
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .bithoundrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"ignore": [
"addons/links/.storybook/stories.js",
"addons/info/.storybook/config.js",
"lib/cli/generators/METEOR/template/.stories/Welcome.js",
"lib/storyshots/.storybook/config.js",
"addons/actions/.storybook/stories.js",
"addons/graphql/.storybook/stories.js",
"addons/info/.storybook/user/modify_webpack_config.js",
"addons/info/.storybook/webpack.config.js",
"addons/knobs/.storybook/user/modify_webpack_config.js",
"addons/options/.storybook/stories.js",
"lib/cli/generators/METEOR/template/.stories/Button.js",
"lib/cli/generators/METEOR/template/.stories/index.js",
"*.ts"
],
"critics": {
"wc": {
"limit": 500
}
}
}

0 comments on commit bcbc570

Please sign in to comment.