From e79b785eb5fb9fb2ab29a0f69bdd5ade3ea70dcc Mon Sep 17 00:00:00 2001 From: Court Ewing Date: Fri, 1 Apr 2016 16:27:22 -0400 Subject: [PATCH] [internal] Bump eslint-config-kibana to 0.0.3 Two new rules here: no-const-assign no-redeclare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc312afd8524a..c419bfab37039 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "wreck": "6.2.0" }, "devDependencies": { - "@elastic/eslint-config-kibana": "0.0.2", + "@elastic/eslint-config-kibana": "0.0.3", "Nonsense": "0.1.2", "angular-mocks": "1.4.7", "auto-release-sinon": "1.0.3",