From 875ed0b975a587fffcc1b0c632e1cc8f612ebc5a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 9 Apr 2018 12:08:46 +0300 Subject: Clean up globals. Also, add a missing license header in build/workbox.js. --- js/tests/unit/.eslintrc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js') diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json index f03726543..93aaa05f8 100644 --- a/js/tests/unit/.eslintrc.json +++ b/js/tests/unit/.eslintrc.json @@ -1,13 +1,13 @@ { "env": { "es6": false, - "qunit": true, - "jquery": true + "jquery": true, + "qunit": true }, "globals": { + "bootstrap": false, "sinon": false, - "Util": false, - "bootstrap": false + "Util": false }, "parserOptions": { "ecmaVersion": 5, -- cgit v1.2.3