summaryrefslogtreecommitdiff
path: root/.bithoundrc
diff options
context:
space:
mode:
authorGeorgios Andreadis <G.Andreadis@student.tudelft.nl>2017-11-10 10:26:59 +0100
committerGitHub <noreply@github.com>2017-11-10 10:26:59 +0100
commitf67bcd2043a416d16431b905de2470ac6005550e (patch)
treefcf84736defa9742f5384ed51f32f5615cd70001 /.bithoundrc
parent46137ff8dafa045a376549527df6098e10782420 (diff)
parent319696f82257cc90e06c3a47d17758f8975eb9d0 (diff)
Merge pull request #58 from atlarge-research/chore/bithound
Bithound integration
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"
+ ]
+ }
+}