File tree Expand file tree Collapse file tree 4 files changed +787
-1932
lines changed Expand file tree Collapse file tree 4 files changed +787
-1932
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import zip from 'gulp-zip'
15
15
import rtlcss from 'gulp-rtlcss'
16
16
import cssimport from 'postcss-easy-import'
17
17
import hexrgba from 'postcss-hexrgba'
18
- import eslint from 'gulp-eslint'
18
+ import eslint from 'gulp-eslint-new '
19
19
import codesniffer from 'gulp-phpcs'
20
20
import removeSourceMaps from 'gulp-remove-sourcemaps'
21
21
import * as pkg from './package.json'
Original file line number Diff line number Diff line change @@ -22,18 +22,6 @@ declare module 'postcss-hexrgba' {
22
22
export default function ( ) : Plugin
23
23
}
24
24
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
-
37
25
declare module 'gulp-phpcs' {
38
26
import { Transform } from 'stream'
39
27
const phpcs : {
You can’t perform that action at this time.
0 commit comments