diff options
| author | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2017-11-10 10:26:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-10 10:26:59 +0100 |
| commit | f67bcd2043a416d16431b905de2470ac6005550e (patch) | |
| tree | fcf84736defa9742f5384ed51f32f5615cd70001 /.bithoundrc | |
| parent | 46137ff8dafa045a376549527df6098e10782420 (diff) | |
| parent | 319696f82257cc90e06c3a47d17758f8975eb9d0 (diff) | |
Merge pull request #58 from atlarge-research/chore/bithound
Bithound integration
Diffstat (limited to '.bithoundrc')
| -rw-r--r-- | .bithoundrc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 00000000..bf7f1f15 --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,17 @@ +{ + "ignore": [ + ], + "test": [ + ], + "dependencies": { + "unused-ignores": [ + "react-scripts", + "prettier", + "node-sass-chokidar", + "lint-staged", + "konva", + "husky", + "npm-run-all" + ] + } +} |
