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 | |
| parent | 46137ff8dafa045a376549527df6098e10782420 (diff) | |
Add unused dependencies to .bithoundrc
| -rw-r--r-- | .bithoundrc | 17 | ||||
| -rw-r--r-- | package.json | 1 |
2 files changed, 17 insertions, 1 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" + ] + } +} diff --git a/package.json b/package.json index 50326e4a..7e802606 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "approximate-number": "^2.0.0", "classnames": "^2.2.5", "husky": "^0.14.3", - "isomorphic-fetch": "^2.2.1", "konva": "^1.7.2", "lint-staged": "^4.3.0", "node-sass-chokidar": "^0.0.3", |
