From e647fd42b092a3551feb1c7aec8d8a53604e2749 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 22 Oct 2016 20:03:27 -0400 Subject: [PATCH] turn on cc analysis engine --- .codeclimate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 9da7dc7c5..f2c33c92e 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,6 @@ +engines: + eslint: + enabled: true ratings: paths: - "lib/**/*"