Bug 1165266 - Upgrade Loop's use of eslint to version 0.21.x and eslint-react-plugin to 2.3.x and enable no-undef rule. r=dmose

This commit is contained in:
Mark Banner
2015-05-22 08:53:09 +01:00
parent 304a8e32f6
commit a3e11d00c4
90 changed files with 232 additions and 331 deletions

View File

@@ -2,9 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
/* jshint esnext:true */
/* global loop:true, hawk, deriveHawkCredentials */
var loop = loop || {};
loop.Client = (function($) {
"use strict";