From 09a9a1c073f1d911f0660bc646b1c1eb5cbe94cf Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Tue, 7 Feb 2017 00:41:41 +0100 Subject: [PATCH] [TASK] Add Bithound config --- .bithoundrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bithoundrc diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 0000000..41ef52e --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,7 @@ +{ + "dependencies": { + "mute": [ + "grunt-inline" + ] + } +}