8
0
Просмотр исходного кода

Fixed the config – we can inherit straight from the ckeditor5 preset.

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
44f7b26ed4
1 измененных файлов с 1 добавлено и 7 удалено
  1. 1 7
      packages/ckeditor5-engine/.eslintrc.js

+ 1 - 7
packages/ckeditor5-engine/.eslintrc.js

@@ -6,11 +6,5 @@
 'use strict';
 
 module.exports = {
-	extends: 'ckeditor5',
-	env: {
-		node: true
-	},
-	rules: {
-		'no-console': 'off'
-	}
+	extends: 'ckeditor5'
 };