ソースを参照

Fixed ckeditor5-dev-lint require path.

Maksymilian Barnaś 9 年 前
コミット
e6df766935
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-autoformat/gulpfile.js

+ 1 - 1
packages/ckeditor5-autoformat/gulpfile.js

@@ -19,7 +19,7 @@ const config = {
 	]
 };
 
-const ckeditor5Lint = require( 'ckeditor5-dev-lint' )( config );
+const ckeditor5Lint = require( '@ckeditor/ckeditor5-dev-lint' )( config );
 
 gulp.task( 'lint', ckeditor5Lint.lint );
 gulp.task( 'lint-staged', ckeditor5Lint.lintStaged );