From c143ca0217696ef6dae8a9ceb6ba65a77ba58478 Mon Sep 17 00:00:00 2001 From: Hiroki Kumamoto Date: Sun, 15 Jan 2017 19:19:10 +0900 Subject: [PATCH] Add .codeclimate.yml --- .codeclimate.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..218492b --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,8 @@ +engines: + eslint: + enabled: true + channel: "eslint-3" + +ratings: + paths: + - "**.js"