From 0c1e225364ad949844e8335d7ef1c4fcde19da31 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 29 Jul 2018 15:32:10 +0800 Subject: [PATCH] Remove ESLint globals --- .eslintrc.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index e571dd0d..4504d921 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -40,18 +40,4 @@ rules: eqeqeq: error globals: - url: false - swal: false - fetch: false - trans: false - logout: false - toastr: false - isEmpty: false - showMsg: false - blessing: true - debounce: false - showModal: false - showAjaxError: false - getQueryString: false - TexturePreview: false - handleDataTablesAjaxError: false + blessing: false