Skip to content

Commit

Permalink
Merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
poojagunturu96 committed Nov 15, 2023
2 parents 93538e2 + bff8905 commit 05466f3
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 640 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import dotenv from 'dotenv';
import svgSprite from 'gulp-svg-sprite';
import gulpSvgo from 'gulp-svgo';
import dom from 'gulp-dom';
import stylelint from 'gulp-stylelint';
import gulpStylelint from 'gulp-stylelint';
import webpack from 'webpack-stream';
import config from './webpack.config.js';

Expand Down Expand Up @@ -113,7 +113,7 @@ const copyIcons = () =>

const lintStyles = () => {
return gulp.src(paths.styles.src).pipe(
stylelint({
gulpStylelint({
failAfterError: false,
reporters: [{ formatter: 'string', console: true }]
})
Expand Down
Loading

0 comments on commit 05466f3

Please sign in to comment.