From b3851817ecd59b039f2c2228d08a1c6fd8e60d60 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Thu, 3 Sep 2015 23:12:46 +0200 Subject: Enforce a consistent ES6 coding style Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object). --- client/lib/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/lib/modal.js') diff --git a/client/lib/modal.js b/client/lib/modal.js index 9b204bb4..5b3392b2 100644 --- a/client/lib/modal.js +++ b/client/lib/modal.js @@ -1,4 +1,4 @@ -const closedValue = null +const closedValue = null; window.Modal = new class { constructor() { -- cgit v1.2.3-1-g7c22