From 9b15e1e4ca15771e7023021cbbe0ae53ff17f313 Mon Sep 17 00:00:00 2001 From: typer Date: Mon, 2 Nov 2020 17:59:35 -0800 Subject: [PATCH] removed recommended extension since it doesn't work anyway --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index bc153a35c..98178e035 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -22,7 +22,6 @@ const gulpSrc = [ let eslintConfig = { parser: "babel-eslint", - extends: "eslint:recommended", globals: ["jQuery", "$", "firebase", "moment"], envs: ["es6", "browser", "node"], rules: {