Skip to content

Commit

Permalink
fix: support for eslint7 fropm gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 28, 2020
1 parent d7a85a6 commit 36d9a4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -4,7 +4,7 @@ const size = require("gulp-size");
const count = require("gulp-count");
const mocha = require("gulp-mocha");
const jsdoc = require("gulp-jsdoc3");
const eslint = require("gulp-eslint");
const eslint = require("gulp-eslint7");
const cssnano = require("gulp-cssnano");
const replace = require("gulp-replace");
const terser = require("gulp-terser");
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -45,13 +45,13 @@
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"eslint": "^7.16.0",
"eslint-config-hive": "^0.5.1",
"eslint-config-hive": "^0.4.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-count": "^1.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^6.0.0",
"gulp-eslint7": "^6.0.0",
"gulp-jsdoc3": "^3.0.0",
"gulp-mocha": "^7.0.2",
"gulp-replace": "^1.0.0",
Expand Down

0 comments on commit 36d9a4b

Please sign in to comment.