diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-11-10 09:33:07 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-11-10 09:33:07 +0100 |
| commit | 62c0e8bd238a29759cffa8354f02d6366686345f (patch) | |
| tree | dcce71ac6dac3589724d99a848437bdb240283a8 /.bithoundrc | |
| parent | 46137ff8dafa045a376549527df6098e10782420 (diff) | |
Add unused dependencies to .bithoundrc
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" + ] + } +} |
