From 38db968411c8d297fd3e74cdb14afa57e4cd488e Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Thu, 19 Sep 2019 09:45:41 -0700 Subject: [PATCH] jQuery B gone. --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4dcb4e1..9edc9b7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,7 +20,6 @@ "env": { "builtin": true, "browser": true, - "jquery": true, "es6": true }, "parserOptions": {