Skip to content

Commit

Permalink
chore: update eslint and make it compatible with gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Oct 24, 2023
1 parent 4ae0901 commit 8478f6f
Show file tree
Hide file tree
Showing 3 changed files with 787 additions and 1,208 deletions.
2 changes: 1 addition & 1 deletion web/themes/custom/contribtracker/gulp-tasks/lint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const stylelint = require('gulp-stylelint');
const eslint = require('gulp-eslint');
const eslint = require('gulp-eslint-new');
const gulpIf = require('gulp-if');

module.exports = (gulp, config) => {
Expand Down
Loading

0 comments on commit 8478f6f

Please sign in to comment.