summaryrefslogtreecommitdiff
path: root/.bithoundrc
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-11-10 09:33:07 +0100
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-11-10 09:33:07 +0100
commit62c0e8bd238a29759cffa8354f02d6366686345f (patch)
treedcce71ac6dac3589724d99a848437bdb240283a8 /.bithoundrc
parent46137ff8dafa045a376549527df6098e10782420 (diff)
Add unused dependencies to .bithoundrc
Diffstat (limited to '.bithoundrc')
-rw-r--r--.bithoundrc17
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"
+ ]
+ }
+}