Skip to content

Commit 569859c

Browse files
committed
Update node packages.
1 parent 275112c commit 569859c

File tree

4 files changed

+787
-1932
lines changed

4 files changed

+787
-1932
lines changed

gulpfile.babel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import zip from 'gulp-zip'
1515
import rtlcss from 'gulp-rtlcss'
1616
import cssimport from 'postcss-easy-import'
1717
import hexrgba from 'postcss-hexrgba'
18-
import eslint from 'gulp-eslint'
18+
import eslint from 'gulp-eslint-new'
1919
import codesniffer from 'gulp-phpcs'
2020
import removeSourceMaps from 'gulp-remove-sourcemaps'
2121
import * as pkg from './package.json'

js/types/modules/gulp.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ declare module 'postcss-hexrgba' {
2222
export default function (): Plugin
2323
}
2424

25-
declare module 'gulp-eslint' {
26-
import { Transform } from 'stream'
27-
export default gulpEslint
28-
29-
const gulpEslint: {
30-
(): Transform
31-
format(formatter?: string, output?: WritableStream): Transform
32-
formatEach(formatter?: string, output?: WritableStream): Transform
33-
failAfterError(): Transform
34-
}
35-
}
36-
3725
declare module 'gulp-phpcs' {
3826
import { Transform } from 'stream'
3927
const phpcs: {

0 commit comments

Comments
 (0)