1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 12:30:42 +02:00

[ticket/16775] Only run valid eslint runs and fix linting errors

PHPBB3-16775
This commit is contained in:
Marc Alexander
2021-05-23 21:38:38 +02:00
parent 47ada71b3a
commit 2c46f0dc13
2 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ function styles() {
postcss([
autoprefixer(),
sorting(sortOrder),
]),
])
)
.pipe(gulp.dest(paths.styles.css));
}
@@ -48,7 +48,7 @@ function minify() {
.pipe(
postcss([
cssnano(),
]),
])
)
.pipe(rename({
suffix: '.min',