From 489a62b139ecff600dceb945bc1f6a2086bb4bcc Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 16 Nov 2016 18:03:04 +0800 Subject: [PATCH] add .hound.yml --- .hound.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .hound.yml diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 0000000000..5133f32e0b --- /dev/null +++ b/.hound.yml @@ -0,0 +1,3 @@ +eslint: + enabled: true + config_file: .eslintrc.js