From: Serhan Apaydın Date: Tue, 7 Jun 2016 19:45:56 +0000 (+0300) Subject: Fix jscs 3.0 error: 'The `esnext` option is enabled by default.' X-Git-Tag: 2.14.0~42^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5653342e46102516ec1dad17016bbccc7eb4b5ec;p=thirdparty%2Fmoment.git Fix jscs 3.0 error: 'The `esnext` option is enabled by default.' --- diff --git a/.jscs.json b/.jscs.json index 442e0a78f..081308580 100644 --- a/.jscs.json +++ b/.jscs.json @@ -61,6 +61,5 @@ "validateQuoteMarks": { "mark": "'", "escape": true - }, - "esnext": true + } }