8
0
Pārlūkot izejas kodu

Cleaned up jshint config after enabling browser&node modes in specific directories.

Piotrek Koszuliński 10 gadi atpakaļ
vecāks
revīzija
877feb7038

+ 0 - 2
packages/ckeditor5-engine/src/ckeditor.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals document */
-
 'use strict';
 
 /**

+ 0 - 2
packages/ckeditor5-engine/tests/_tools/tools.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals bender, sinon */
-
 'use strict';
 
 ( function() {

+ 0 - 1
packages/ckeditor5-engine/tests/ckeditor/ckeditor.js

@@ -3,7 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals document */
 /* bender-include: ../_tools/tools.js */
 
 'use strict';

+ 0 - 2
packages/ckeditor5-engine/tests/ckeditorerror/ckeditorerror.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals document */
-
 'use strict';
 
 var modules = bender.amd.require( 'ckeditorerror' );

+ 0 - 1
packages/ckeditor5-engine/tests/editor/creator.js

@@ -5,7 +5,6 @@
 
 'use strict';
 
-/* globals document */
 /* bender-include: ../_tools/tools.js */
 
 var modules = bender.amd.require( 'editor', 'plugin', 'creator', 'ckeditorerror' );

+ 0 - 1
packages/ckeditor5-engine/tests/editor/editor.js

@@ -3,7 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals document */
 /* bender-include: ../_tools/tools.js */
 
 'use strict';

+ 0 - 2
packages/ckeditor5-engine/tests/plugin/plugin.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals document */
-
 'use strict';
 
 var modules = bender.amd.require( 'plugin', 'editor' );

+ 0 - 2
packages/ckeditor5-engine/tests/plugincollection/plugincollection.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals document */
-
 'use strict';
 
 var modules = bender.amd.require( 'plugincollection', 'plugin', 'editor', 'log' );