summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bithoundrc17
-rw-r--r--package.json1
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",