From c630b8abf88ae8f76952c3aa672b8cef49fc1bc2 Mon Sep 17 00:00:00 2001 From: Arnav Gupta Date: Wed, 15 Mar 2017 02:11:24 +0530 Subject: [PATCH] update codeclimate engines --- .codeclimate.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 2fc34023d..65d762d35 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,14 @@ +engines: + eslint: + enabled: true + csslint: + enabled: true + duplication: + enabled: true + config: + languages: + - javascript + exclude_paths: - "**/jquery*" - "**/bootstrap*"