From 5bee4710e39c7527c8eca0c8582e3ce2af52bbf0 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Fri, 30 Nov 2018 20:53:02 -0500 Subject: [PATCH] Fix ESLint contradiction between CodeClimate & npm run ci task CodeClimate is drunk, it says it runs eslint, but yields different results from the eslint task. Disabling it in codeclimate. --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index fa4e25d..64f4747 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -8,7 +8,7 @@ engines: languages: - javascript eslint: - enabled: true + enabled: false fixme: enabled: true ratings: