Преглед на файлове

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 );