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: {